dlg_start_dialog

int dlg_start_dialog (sds_hdlg handle, int *status);


Start that dialog box.


This function displays a dialog box and accepts user clicks of the mouse.

The handle argument is the name of the dialog box.

This function returns a code in the status argument, which is later used by the dlg_done_dialog function:

Status Meaning
DLGOK User clicked OK button.
DLGCANCEL User clicked Cancel button.
DLGALLDONE The dlg_term_dialog function was used.

NOTE A dialog box is first initialized by the dlg_new_dialog function.

Tell me about...

dlg_done_dialog

dlg_new_dialog

dlg_term_dialog

Programming Overview of SDS (Solutions Development System)