<< SL_EndTimerRequest | SL_FreeSubRequester >> |
Top: Documentation Library | Up: SoftLogik App Library API |
SL_CreateSubRequester
NAME
SL_CreateSubRequester -- allocates a subrequester.
SYNOPSIS
reqhandle = SL_CreateSubRequester(apphandle, reqid);
D0 A0 D0
REQHANDLE SL_CreateSubRequester(APPHANDLE, UWORD);
FUNCTION
Allocates the sub requester identified by <reqid> but does not display it.
INPUTS
apphandle - as returned by SL_AppInitA.
reqid - the sub requester to allocate.
RESULTS
reqhandle - a REQHANDLE used to refer to this sub requester.
SEE ALSO
SL_FreeSubRequester, SL_AddSubRequester, SL_RemSubRequester.
SL_CreateSubRequester Command Section By Type url:SL_CreateSubRequester
created:2008-03-01 23:36:35 last updated:2008-03-01 23:36:35
Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.
User Contributed Comments For SL_CreateSubRequester | sign in to add a comment |
There are no user contributed comments for this page. |
<< SL_EndTimerRequest | SL_FreeSubRequester >> |
Top: Documentation Library | Up: SoftLogik App Library API |