Jump to content

DosSMSetSessionType: Difference between revisions

From EDM2
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.
}}
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.  
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.  



Revision as of 03:54, 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.

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 

Return Code

Remarks

Example Code


Related Functions