Jump to content

DosSMParentSwitch

From EDM2
Revision as of 16:12, 25 September 2016 by Martini (talk | contribs) (Created page with "image:legacy.png ==Description== This will switch to the parent session if a child terminates. The argument seems to be passed in the register CX. ==Syntax== <PRE> APIRE...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

This will switch to the parent session if a child terminates. The argument seems to be passed in the register CX.

Syntax

APIRET16 Pascal far DOSSMPARENTSWITCH(CX)

Parameters

CX
session id of terminated session.

Return Code

Remarks

Example Code


Related Functions