Function ProUIDialogActivate
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>
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
The function was successful
The input argument is invalid.
Sample Code References
User Guide References
Isto foi útil?