Jump to content

DosSMParentSwitch: Difference between revisions

From EDM2
Ak120 (talk | contribs)
No edit summary
Line 25: Line 25:
*  
*  


 
[[Category:Dos]]
[[Category:The OS/2 API Project]]

Revision as of 02:32, 10 May 2017

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