Jump to content

DosSMParentSwitch

From EDM2
Revision as of 03:52, 16 September 2017 by Martini (talk | contribs)
Legacy Function Warning
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.

Return Code

Remarks

Example Code


Related Functions