Docs » Autodocs » intuition.library » EndRequest
EndRequest -- Remove a currently active requester.
EndRequest( Requester, Window ) A0 A1 VOID EndRequest( struct Requester *, struct Window * );
Ends the request by erasing the requester and decoupling it from the window. Note that this doesn't necessarily clear all requesters from the window, only the specified one. If the window labors under other requesters, they will remain in the window.
Requester = pointer to the requester to be removed Window = pointer to the Window structure with which this requester is associated
None
Request()
|