WM_MSGBOXDISMISS - Syntax

This message notifies the owner of the message when a non-modal message box has been dismissed (the message box is no longer visible).

param1
     HWND   hwnd        /*  Non-modal window handle. */

param2
     ULONG  ulButtonId  /*  Identity of the selected button in the message box. */


[Back: WM_MSGBOXDISMISS - Parameters]
[Next: WM_MSGBOXDISMISS - Remarks]