DosSMTerminate: Difference between revisions
Appearance
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..." |
mNo edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
Call the session manager to terminate a session. This can only be called by the shell that owns the Session Manager. | |||
== | ==Syntax== | ||
DOSSMTERMINATE(short sessionid,void* unknown) | |||
==Parameters== | ==Parameters== | ||
; sessionid : session to terminate | ; sessionid : session to terminate | ||
==Return Code== | ==Return Code== | ||
APIRET16 Pascal far | |||
==Remarks== | ==Remarks== | ||
==Example Code== | ==Example Code== | ||
==Related Functions== | ==Related Functions== | ||
[[Category: | [[Category:Dos]] |
Latest revision as of 00:06, 8 June 2019
Call the session manager to terminate a session. This can only be called by the shell that owns the Session Manager.
Syntax
DOSSMTERMINATE(short sessionid,void* unknown)
Parameters
- sessionid
- session to terminate
Return Code
APIRET16 Pascal far