Description | ||||||||
Sets the close action for a dialog. This function is called after the dialog is closed by a call to ProUIDialogExit() | ||||||||
Synopsis | ||||||||
#include <ProUIDialog.h> | ||||||||
ProError | ProUIDialogCloseActionSet | ( | ||||||
char* dialog | ||||||||
/* (In) | ||||||||
The name of the dialog | ||||||||
*/ | ||||||||
ProUIAction action | ||||||||
/* (In) | ||||||||
The action to be called on closing the dialog | ||||||||
*/ | ||||||||
ProAppData appdata | ||||||||
/* (In) | ||||||||
User data to be passed to the action function. Can be NULL. | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|