DosSMGetAppReq

From EDM2
Revision as of 03:21, 9 November 2018 by Ak120 (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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