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)
mNo edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[image:legacy.png]]
Call the session manager to terminate a session. This can only be called by the shell that owns the Session Manager.


==Description==
==Syntax==
Call the session manager to terminate a session. This can only be called by the shell that owns the Session Manager.
DOSSMTERMINATE(short sessionid,void* unknown)


==Syntax==
<PRE>
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:The OS/2 API Project]]
[[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