Function ProUIDialogHide
Description
To iconify the dialog. This function should be used for a secondary window when the primary window is being minimized.
Synopsis
#include <ProUIDialog.h>
ProUIDialogHide
(
char* dialog
/* (In)
Name of the dialog.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
¿Fue esto útil?