Jump to content

DosSMTerminate: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
 
Line 1: Line 1:
{{Legacy
Call the session manager to terminate a session. This can only be called by the shell that owns the Session Manager.
|RepFunc=
|Remarks=This page list the older version of the function for reference.
}}
Call the session manager to terminate a session. This can only be called by the shell that owns the Session Manager.  


==Syntax==
==Syntax==
<PRE>
DOSSMTERMINATE(short sessionid,void* unknown)
APIRET16 Pascal far DOSSMTERMINATE(short sessionid,void* unknown)
 
</PRE>
==Parameters==
==Parameters==
; sessionid : session to terminate  
; sessionid : session to terminate  


==Return Code==
==Return Code==
APIRET16 Pascal far


==Remarks==
==Remarks==


==Example Code==
==Example Code==
<PRE>
</PRE>


==Related Functions==
==Related Functions==
*


[[Category:Dos]]
[[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

Remarks

Example Code

Related Functions