Jump to content

DosSMTerminate

From EDM2
Revision as of 16:06, 25 September 2016 by Martini (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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