DosSMSetSessionType: Difference between revisions
Appearance
Created page with "image:legacy.png ==Description== This allows the shell to change the session type. It allows to change windowed VDM sessions to FS sessions and vice versa. This can be on..." |
m Ak120 moved page OS2 API:CPI:LEGACY:DosSMSetSessionType to DosSMSetSessionType |
(No difference)
|
Revision as of 19:07, 12 January 2017
Description
This allows the shell to change the session type. It allows to change windowed VDM sessions to FS sessions and vice versa. This can be only called by the shell that owns the session manager.
Syntax
APIRET16 Pascal far DOSSMSETSESSIONTYPE(short sessid,short type)
Parameters
- sessid
- the session id to be changed
- type
- the new type
=4 FS VDM session =7 windowed VDM session