SL_StartRequester


NAME
SL_StartRequester -- start a requester asynchronously.

SYNOPSIS
success = SL_StartRequester(reqhandle, func, userdata);
D0 A0 A1 D0

SLFLAG SL_StartRequester(REQHANDLE, WORD (*)(), SLTAGDATA);

FUNCTION
Opens the requester up and "runs" it asynchronously.

The callback function returns these values:
REQ_CONTINUE or REQ_OK
REQ_QUIT
REQ_EXIT (for asynchronous requesters)

INPUTS
reqhandle - as returned by SL_CreateRequester.
func - a callback function that will handle all requester events.
see Callback-Window for more information.
userdata - this is sent to the requester via the userdata field
of the WinMsg structure.

RESULTS
success - TRUE if the requester was successfully opened.
FALSE if it could notbe opened.

SEE ALSO
SL_CreateRequester, SL_FreeRequester, SL_DoRequester, SL_EndRequester, SL_GetReqObjAttr, SL_SetReqObjAttrA, SL_IsRequesterOpen.

 

SL_StartRequester  Command Section By Type  url:SL_StartRequester
  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_StartRequester
There are no user contributed comments for this page.