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