Jump to content

DosSMParentSwitch: Difference between revisions

From EDM2
Created page with "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. ==Syntax== <PRE> APIRE..."
 
Ak120 (talk | contribs)
(No difference)

Revision as of 18:57, 12 January 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