API Documentation
>
Custom user interface
>
Object ProUIDialog
> Function ProUIDialogExit
Function ProUIDialogExit
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
PRO_TK_NO_ERROR
The function was successful
PRO_TK_GENERAL_ERROR
The function failed
Sample Code References
pt_examples ( TestUITable.c )
pt_geardesign ( GearDesignUI.c )
pt_install_cxx ( TestInstall.cxx )
pt_install_test ( TestInstall.c )
pt_mfg_proctable ( PTMfgProcTable.c )
pt_mfg_proctable ( PTMfgProcTable.c )
pt_userguide ( UgUIListImplement.c )
pt_userguide ( UgUIListImplement.c )
pt_userguide ( UgUISlider.c )
pt_userguide ( UgUISlider.c )
pt_userguide ( UgUITables.c )
pt_userguide ( UgUIVisibility.c )
pt_userguide ( UgUIYesnoDialog.c )
pt_userguide ( UgUIYesnoDialog.c )
pt_userguide ( UgUtilUI.c )
pt_userguide ( UgUtilUI.c )
User Guide References
Dialog Operations:ProUIDialogExit
Was this helpful?
This site works best with JavaScript enabled