<< SL_AddSubRequester | SL_DeleteFile >> |
Top: Documentation Library | Up: SoftLogik App Library API |
SL_RemSubRequester
NAME
SL_RemSubRequester -- removes a subrequester added by SL_AddSubRequester.
SYNOPSIS
success = SL_RemSubRequester(reqhandle, ctrlid);
D0 A0 D0
SLFLAG SL_RemSubRequester(REQHANDLE, UWORD);
FUNCTION
INPUTS
reqhandle - the handle of the requester to remove the subrequester from.
ctrlid - the id of the control the subrequester was added to.
RESULTS
success - TRUE if the subrequester could be removed.
FALSE if it could not be removed (the ctrlid could not be found).
SEE ALSO
SL_CreateSubRequester, SL_FreeSubRequester, SL_AddSubRequester.
SL_RemSubRequester Command Section By Type url:SL_RemSubRequester
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_RemSubRequester | sign in to add a comment |
There are no user contributed comments for this page. |
<< SL_AddSubRequester | SL_DeleteFile >> |
Top: Documentation Library | Up: SoftLogik App Library API |