DosSMParentSwitch: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
This will switch to the parent session if a child terminates. The argument seems to be passed in the register CX. | This will switch to the parent session if a child terminates. The argument seems to be passed in the register CX. | ||
==Syntax== | ==Syntax== | ||
APIRET16 Pascal far DOSSMPARENTSWITCH(CX) | |||
APIRET16 Pascal far DOSSMPARENTSWITCH(CX) | |||
==Parameters== | ==Parameters== | ||
; CX : session id of terminated session. | ; CX : session id of terminated session. | ||
==Return Code== | ==Return Code== | ||
APIRET16 Pascal far | |||
==Related Functions== | ==Related Functions== |
Latest revision as of 15:50, 17 October 2018
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
APIRET16 Pascal far