- app
- - The application object. If you leave this
NULL, MUI_RequestA() will fall back to a
standard system requester.
- win
- - Pointer to a window of the application. If
this is used, the requester will appear centered
relative to this window.
- flags
- - For future expansion, must be 0 for now.
- title
- - Title for the requester window. Defaults to the
name of the application when NULL (and app!=NULL).
- gadgets
- - Pointer to a string containing the possible answers.
The format looks like ''_Save|_Use|_Test|_Cancel''.
If you precede an entry with a '*', this answer will
become the active object. Pressing <Return> will
terminate the requester with this response. A '_'
character indicates the keyboard shortcut for this
response.
- format
- - A printf-style formatting string.
- params
- - Pointer to an array of ULONG containing the parameter
values for format.