DosSMGetAppReq: Difference between revisions
Appearance
Created page with "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 r..." |
m Ak120 moved page OS2 API:CPI:LEGACY:DosSMGetAppReq to DosSMGetAppReq |
(No difference)
|
Revision as of 18:59, 12 January 2017
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.
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.