Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - enddialog() finish a modal dialogbox http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 EndDialog()            Finish a modal DialogBox
--------------------------------------------------------------------------------

   Syntax:              EndDialog( <hWndDlg>, <nResult> )  --> nil

                        This function hides a modal DialogBox and causes
                        the DialogBox function to return.

   Parameters:

   <hWndDlg>            The handle of the DialogBox to end.

   <nResult>            nResult is a numeric value that will be returned
                        by DialogBox() or DialogBoxIndirect() functions.

   Returns:             Nothing.

   Source code:         Not provided. See SOURCE\\WINAPI\\DlogBox.c

   See also:            DialogBox() DialogBoxIndirect()


Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson