ReactOS 0.4.15-dev-6712-g46b4b55
MSGBOXPARAMSA Struct Reference

#include <winuser.h>

Collaboration diagram for MSGBOXPARAMSA:

Public Attributes

UINT cbSize
 
HWND hwndOwner
 
HINSTANCE hInstance
 
LPCSTR lpszText
 
LPCSTR lpszCaption
 
DWORD dwStyle
 
LPCSTR lpszIcon
 
DWORD_PTR dwContextHelpId
 
MSGBOXCALLBACK lpfnMsgBoxCallback
 
DWORD dwLanguageId
 

Detailed Description

Definition at line 3312 of file winuser.h.

Member Data Documentation

◆ cbSize

UINT MSGBOXPARAMSA::cbSize

Definition at line 3313 of file winuser.h.

Referenced by MessageBoxExA().

◆ dwContextHelpId

DWORD_PTR MSGBOXPARAMSA::dwContextHelpId

Definition at line 3320 of file winuser.h.

Referenced by MessageBoxExA().

◆ dwLanguageId

DWORD MSGBOXPARAMSA::dwLanguageId

Definition at line 3322 of file winuser.h.

Referenced by MessageBoxExA().

◆ dwStyle

DWORD MSGBOXPARAMSA::dwStyle

Definition at line 3318 of file winuser.h.

Referenced by MessageBoxExA().

◆ hInstance

HINSTANCE MSGBOXPARAMSA::hInstance

Definition at line 3315 of file winuser.h.

Referenced by MessageBoxExA().

◆ hwndOwner

HWND MSGBOXPARAMSA::hwndOwner

Definition at line 3314 of file winuser.h.

Referenced by MessageBoxExA().

◆ lpfnMsgBoxCallback

MSGBOXCALLBACK MSGBOXPARAMSA::lpfnMsgBoxCallback

Definition at line 3321 of file winuser.h.

Referenced by MessageBoxExA().

◆ lpszCaption

LPCSTR MSGBOXPARAMSA::lpszCaption

Definition at line 3317 of file winuser.h.

Referenced by MessageBoxExA().

◆ lpszIcon

LPCSTR MSGBOXPARAMSA::lpszIcon

Definition at line 3319 of file winuser.h.

Referenced by MessageBoxExA().

◆ lpszText

LPCSTR MSGBOXPARAMSA::lpszText

Definition at line 3316 of file winuser.h.

Referenced by MessageBoxExA().


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