DosSMGetAppReq: Difference between revisions
Appearance
m Ak120 moved page OS2 API:CPI:LEGACY:DosSMGetAppReq to DosSMGetAppReq |
mNo edit summary |
||
Line 1: | Line 1: | ||
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== | ||
APIRET16 Pascal far DOSSMGETAPPREQ(void far* reqblock) | |||
APIRET16 Pascal far DOSSMGETAPPREQ(void far* reqblock) | |||
==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. | |||
==Return Code== | ==Return Code== | ||
[[Category:Dos]] | |||
[[Category: |
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.