ReactOS 0.4.15-dev-7842-g558ab78
_MSGBOXDATA Struct Reference

#include <undocuser.h>

Collaboration diagram for _MSGBOXDATA:

Public Attributes

MSGBOXPARAMSW mbp
 
HWND hwndOwner
 
WORD wLanguageId
 
INTpidButton
 
LPCWSTRppszButtonText
 
DWORD dwButtons
 
UINT uDefButton
 
UINT uCancelId
 
DWORD dwTimeout
 
DWORD dwReserved0
 
DWORD dwReserved [4]
 

Detailed Description

Definition at line 23 of file messagebox.c.

Member Data Documentation

◆ dwButtons

DWORD _MSGBOXDATA::dwButtons

◆ dwReserved

DWORD _MSGBOXDATA::dwReserved

Definition at line 41 of file messagebox.c.

◆ dwReserved0

DWORD _MSGBOXDATA::dwReserved0

Definition at line 39 of file messagebox.c.

◆ dwTimeout

DWORD _MSGBOXDATA::dwTimeout

Definition at line 37 of file messagebox.c.

Referenced by MessageBoxTimeoutIndirectW().

◆ hwndOwner

HWND _MSGBOXDATA::hwndOwner

Definition at line 26 of file messagebox.c.

◆ mbp

MSGBOXPARAMSW _MSGBOXDATA::mbp

Definition at line 25 of file messagebox.c.

Referenced by MessageBoxProc(), MessageBoxTimeoutIndirectW(), and SoftModalMessageBox().

◆ pidButton

INT * _MSGBOXDATA::pidButton

◆ ppszButtonText

LPCWSTR * _MSGBOXDATA::ppszButtonText

Definition at line 32 of file messagebox.c.

Referenced by MessageBoxTimeoutIndirectW(), and SoftModalMessageBox().

◆ uCancelId

UINT _MSGBOXDATA::uCancelId

Definition at line 35 of file messagebox.c.

Referenced by MessageBoxProc(), and MessageBoxTimeoutIndirectW().

◆ uDefButton

UINT _MSGBOXDATA::uDefButton

Definition at line 34 of file messagebox.c.

Referenced by MessageBoxTimeoutIndirectW(), and SoftModalMessageBox().

◆ wLanguageId

WORD _MSGBOXDATA::wLanguageId

Definition at line 30 of file messagebox.c.

Referenced by MessageBoxTimeoutIndirectW().


The documentation for this struct was generated from the following files: