Jump to content

DosSMTerminate: Difference between revisions

From EDM2
Created page with "image:legacy.png ==Description== Call the session manager to terminate a session. This can only be called by the shell that owns the Session Manager. ==Syntax== <PRE> A..."
 
Ak120 (talk | contribs)
(No difference)

Revision as of 19:00, 12 January 2017

Description

Call the session manager to terminate a session. This can only be called by the shell that owns the Session Manager.

Syntax

APIRET16 Pascal far DOSSMTERMINATE(short sessionid,void* unknown)

Parameters

sessionid
session to terminate

Return Code

Remarks

Example Code


Related Functions