Jump to content

DosSMTerminate: Difference between revisions

From EDM2
No edit summary
No edit summary
Line 1: Line 1:
[[image:legacy.png]]
{{Legacy
 
|RepFunc=
==Description==
|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.  
Call the session manager to terminate a session. This can only be called by the shell that owns the Session Manager.  



Revision as of 03:51, 16 September 2017

Legacy Function Warning
It is recommended to use a newer replacement for this function.
Replacement:
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

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

Parameters

sessionid
session to terminate

Return Code

Remarks

Example Code


Related Functions