typedef struct vseb_s {
DWORD vseb_resp;
WORD vseb_b3;
WORD vseb_b2;
WORD vseb_b1;
DWORD vseb_pszCaption;
DWORD vseb_pszText;
} VSEB;
Structure that describes the system modal dialog box that the service VWIN32_SysErrorBox displays.
1 | User selected button 1. |
2 | User selected button 2. |
3 | User selected button 3. |
1 | Button with "OK" |
2 | Button with "Cancel" |
3 | Button with "&Yes" |
4 | Button with "&No" |
5 | Button with "&Retry" |
6 | Button with "&Abort" |
7 | Button with "&Ignore |
8 | Button with "Close" |
9 | Button with "&Help" |
To make one of the buttons the default, combine the value 0x8000 with one of the above values.