dlg_done_dialog

int dlg_done_dialog (sds_hdlg handle, long message);


Dismiss this dialog box.


This function terminates a dialog box.

The handle argument is the name of the dialog box to close.

The following table summarizes the meaning indicated by the message argument:

Message Meaning
DLGOK User clicked OK button.
DLGCANCEL User clicked Cancel button.
DLGALLDONE Dialog box is not active.
DLGSTATUS When status >=l DLGSTATUS; the code was generated by an application.

This function returns RTNORM if successful, or else it returns an error code.

Tell me about...

dlg_action_tile

dlg_new_dialog

dlg_start_dialog

Programming Overview of SDS (Solutions Development System)