Category Custom user interface, Object ProUIDialog

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>
ProErrorProUIDialogExit(
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_ERRORThe function was successful
PRO_TK_GENERAL_ERRORThe function failed

Manual References:

  1. User Interface: Dialogs: Dialog Operations
  2. User Interface: Dialogs: Dialog Operations

Sample Code References:

  1. pt_examples ( TestUITable.c )
  2. pt_geardesign ( GearDesignUI.c )
  3. pt_install_cxx ( TestInstall.cxx )
  4. pt_install_test ( TestInstall.c )
  5. pt_mfg_proctable ( PTMfgProcTable.c )
  6. pt_mfg_proctable ( PTMfgProcTable.c )
  7. pt_userguide ( UgUIListImplement.c )
  8. pt_userguide ( UgUIListImplement.c )
  9. pt_userguide ( UgUISlider.c )
  10. pt_userguide ( UgUISlider.c )
  11. pt_userguide ( UgUITables.c )
  12. pt_userguide ( UgUIVisibility.c )
  13. pt_userguide ( UgUIYesnoDialog.c )
  14. pt_userguide ( UgUIYesnoDialog.c )
  15. pt_userguide ( UgUtilUI.c )
  16. pt_userguide ( UgUtilUI.c )