Function ProUIDialogAppActionSet
Description
Set a function to be called exactly once, when we return to (or otherwise enter) an event loop.
Synopsis
#include <ProUIDialog.h>
ProUIDialogAppActionSet
(
char* dialog
/* (In)
Name of the dialog. The action is associated with the dialog and is automatically cancelled if the dialog is destroyed. Can be NULL.
*/
ProUIAction function
/* (In)
Function to be called when we return to event loop
*/
/* (In)
Action data passed to the callback function. Can be NULL.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
これは役に立ちましたか?