VWIN32_SysErrorBox

Displays a system modal error box. Uses EAX and Flags.

EBX

Address of the VSEB structure. The VSEB structure has the following format:


typedef struct vseb_s {
    DWORD vseb_resp;       // response; indicates buton user pressed
    WORD  vseb_b3;         // style for button 3
    WORD  vseb_b2;         // style for button 2
    WORD  vseb_b1;         // style for button 1
    DWORD vseb_pszCaption; // text for caption bar
    DWORD vseb_pszText;    // message text
} VSEB;