Jump to content

DosSMGetAppReq: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
[[image:legacy.png]]
==Description==
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.  


==Syntax==
==Syntax==
<PRE>
APIRET16 Pascal far DOSSMGETAPPREQ(void far* reqblock)
APIRET16 Pascal far DOSSMGETAPPREQ(void far* reqblock)
 
</PRE>
==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==


==Remarks==
[[Category:Dos]]
 
 
==Example Code==
 
<PRE>
 
</PRE>
 
==Related Functions==
*
 
 
[[Category:The OS/2 API Project]]

Revision as of 03:16, 24 February 2017

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