Jump to content

DosSMGetAppReq: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
No edit summary
Line 1: Line 1:
{{Legacy
|RepFunc=
|Remarks=This page list the older version of the function for reference.
}}
This is a callbackroutine to be called by the shell to receive requests to start/stop/set a session. It returns a request block for the request. This can only be called by the shell that owns the session manager.  
This is a callbackroutine to be called by the shell to receive requests to start/stop/set a session. It returns a request block for the request. This can only be called by the shell that owns the session manager.  



Revision as of 03:52, 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 is a callbackroutine to be called by the shell to receive requests to start/stop/set a session. It returns a request block for the request. This can only be called by the shell that owns the session manager.

Syntax

APIRET16 Pascal far DOSSMGETAPPREQ(void far* reqblock)

Parameters

reqblock
address of a 16:16 pointer variable where the req will be returned.
structure see struct APPREQ above.

Return Code