Jump to content

DosSMGetAppReq: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
 
Line 1: Line 1:
{{Legacy
This is a callback routine 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.
|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.  


==Syntax==
==Syntax==
Line 10: Line 6:
==Parameters==
==Parameters==
;reqblock : address of a 16:16 pointer variable where the req will be returned.
;reqblock : address of a 16:16 pointer variable where the req will be returned.
:structure see struct APPREQ above.  
:structure see struct APPREQ above.


==Return Code==
==Return Code==


[[Category:Dos]]
[[Category:Dos]]

Latest revision as of 05:21, 9 November 2018

This is a callback routine 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