Description | ||||||||
Displays the dialog on the screen and makes it active. This function returns only after a call to ProUIDialogExit() applied to the same dialog. | ||||||||
Synopsis | ||||||||
#include <ProUIDialog.h> | ||||||||
ProError | ProUIDialogActivate | ( | ||||||
char* dialog_name | ||||||||
/* (In) | ||||||||
The name of the dialog | ||||||||
*/ | ||||||||
int* status | ||||||||
/* (Out) | ||||||||
The value of the input status argument to the call to ProUIDialogExit() that caused the function to return. May be NULL. | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|