Jump to content

DosSMTerminate: Difference between revisions

From EDM2
Ak120 (talk | contribs)
No edit summary
Line 26: Line 26:




[[Category:The OS/2 API Project]]
[[Category:Dos]]

Revision as of 02:34, 10 May 2017

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