ReactOS 0.4.15-dev-7924-g5949c20
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 3322 of file winuser.h.

Member Data Documentation

◆ cbSize

UINT MSGBOXPARAMSA::cbSize

Definition at line 3323 of file winuser.h.

Referenced by MessageBoxExA().

◆ dwContextHelpId

DWORD_PTR MSGBOXPARAMSA::dwContextHelpId

Definition at line 3330 of file winuser.h.

Referenced by MessageBoxExA().

◆ dwLanguageId

DWORD MSGBOXPARAMSA::dwLanguageId

Definition at line 3332 of file winuser.h.

Referenced by MessageBoxExA().

◆ dwStyle

DWORD MSGBOXPARAMSA::dwStyle

Definition at line 3328 of file winuser.h.

Referenced by MessageBoxExA().

◆ hInstance

HINSTANCE MSGBOXPARAMSA::hInstance

Definition at line 3325 of file winuser.h.

Referenced by MessageBoxExA().

◆ hwndOwner

HWND MSGBOXPARAMSA::hwndOwner

Definition at line 3324 of file winuser.h.

Referenced by MessageBoxExA().

◆ lpfnMsgBoxCallback

MSGBOXCALLBACK MSGBOXPARAMSA::lpfnMsgBoxCallback

Definition at line 3331 of file winuser.h.

Referenced by MessageBoxExA().

◆ lpszCaption

LPCSTR MSGBOXPARAMSA::lpszCaption

Definition at line 3327 of file winuser.h.

Referenced by MessageBoxExA().

◆ lpszIcon

LPCSTR MSGBOXPARAMSA::lpszIcon

Definition at line 3329 of file winuser.h.

Referenced by MessageBoxExA().

◆ lpszText

LPCSTR MSGBOXPARAMSA::lpszText

Definition at line 3326 of file winuser.h.

Referenced by MessageBoxExA().


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