Description | ||||||||
Terminates the activation of the named dialog, and causes a return from the call to ProUIDialogActivate() that make it active. | ||||||||
Synopsis | ||||||||
#include <ProUIDialog.h> | ||||||||
ProError | ProUIDialogExit | ( | ||||||
char* dialog_name | ||||||||
/* (In) | ||||||||
The name of the dialog | ||||||||
*/ | ||||||||
int status | ||||||||
/* (In) | ||||||||
The value to be passed as the output status argument to ProUIDialogActivate(). | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|