Jump to content

DosSMParentSwitch: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
[[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.
This will switch to the parent session if a child terminates. The argument seems to be passed in the register CX.


==Syntax==
==Syntax==
<PRE>
APIRET16 Pascal far DOSSMPARENTSWITCH(CX)
APIRET16 Pascal far DOSSMPARENTSWITCH(CX)
 
</PRE>
==Parameters==
==Parameters==
; CX : session id of terminated session.  
; CX : session id of terminated session.  


==Return Code==
==Return Code==
 
APIRET16 Pascal far
==Remarks==
 
 
==Example Code==
 
<PRE>
 
</PRE>


==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

Related Functions