DosSMParentSwitch: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{Legacy | |||
|RepFunc= | |||
= | |Remarks=This page list the older version of the function for reference. | ||
}} | |||
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. | ||
Revision as of 03:52, 16 September 2017
![]() | |
---|---|
It is recommended to use a newer replacement for this function. | |
Replacement: | |
Remarks: | This page list the older version of the function for reference. |
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.