ReactOS 0.4.15-dev-7788-g1ad9096
_TASKDIALOGCONFIG Struct Reference

#include <commctrl.h>

Collaboration diagram for _TASKDIALOGCONFIG:

Public Attributes

UINT cbSize
 
HWND hwndParent
 
HINSTANCE hInstance
 
TASKDIALOG_FLAGS dwFlags
 
TASKDIALOG_COMMON_BUTTON_FLAGS dwCommonButtons
 
PCWSTR pszWindowTitle
 
union {
   HICON   hMainIcon
 
   PCWSTR   pszMainIcon
 
DUMMYUNIONNAME
 
PCWSTR pszMainInstruction
 
PCWSTR pszContent
 
UINT cButtons
 
const TASKDIALOG_BUTTONpButtons
 
int nDefaultButton
 
UINT cRadioButtons
 
const TASKDIALOG_BUTTONpRadioButtons
 
int nDefaultRadioButton
 
PCWSTR pszVerificationText
 
PCWSTR pszExpandedInformation
 
PCWSTR pszExpandedControlText
 
PCWSTR pszCollapsedControlText
 
union {
   HICON   hFooterIcon
 
   PCWSTR   pszFooterIcon
 
DUMMYUNIONNAME2
 
PCWSTR pszFooter
 
PFTASKDIALOGCALLBACK pfCallback
 
LONG_PTR lpCallbackData
 
UINT cxWidth
 

Detailed Description

Definition at line 5197 of file commctrl.h.

Member Data Documentation

◆ cbSize

UINT _TASKDIALOGCONFIG::cbSize

Definition at line 5199 of file commctrl.h.

Referenced by TaskDialog(), TaskDialogIndirect(), and test_navigate_page().

◆ cButtons

UINT _TASKDIALOGCONFIG::cButtons

Definition at line 5212 of file commctrl.h.

Referenced by taskdialog_add_buttons().

◆ cRadioButtons

UINT _TASKDIALOGCONFIG::cRadioButtons

Definition at line 5215 of file commctrl.h.

◆ cxWidth

UINT _TASKDIALOGCONFIG::cxWidth

Definition at line 5230 of file commctrl.h.

Referenced by create_taskdialog_template().

◆ 

union { ... } _TASKDIALOGCONFIG::DUMMYUNIONNAME

◆ 

union { ... } _TASKDIALOGCONFIG::DUMMYUNIONNAME2

◆ dwCommonButtons

TASKDIALOG_COMMON_BUTTON_FLAGS _TASKDIALOGCONFIG::dwCommonButtons

Definition at line 5203 of file commctrl.h.

Referenced by TaskDialog().

◆ dwFlags

TASKDIALOG_FLAGS _TASKDIALOGCONFIG::dwFlags

Definition at line 5202 of file commctrl.h.

Referenced by test_navigate_page().

◆ hFooterIcon

HICON _TASKDIALOGCONFIG::hFooterIcon

Definition at line 5224 of file commctrl.h.

◆ hInstance

HINSTANCE _TASKDIALOGCONFIG::hInstance

Definition at line 5201 of file commctrl.h.

Referenced by create_taskdialog_template(), TaskDialog(), and TaskDialogIndirect().

◆ hMainIcon

HICON _TASKDIALOGCONFIG::hMainIcon

Definition at line 5207 of file commctrl.h.

◆ hwndParent

HWND _TASKDIALOGCONFIG::hwndParent

Definition at line 5200 of file commctrl.h.

Referenced by TaskDialog(), and TaskDialogIndirect().

◆ lpCallbackData

LONG_PTR _TASKDIALOGCONFIG::lpCallbackData

Definition at line 5229 of file commctrl.h.

Referenced by TaskDialogIndirect().

◆ nDefaultButton

int _TASKDIALOGCONFIG::nDefaultButton

Definition at line 5214 of file commctrl.h.

Referenced by TaskDialogIndirect().

◆ nDefaultRadioButton

int _TASKDIALOGCONFIG::nDefaultRadioButton

Definition at line 5217 of file commctrl.h.

◆ pButtons

const TASKDIALOG_BUTTON* _TASKDIALOGCONFIG::pButtons

Definition at line 5213 of file commctrl.h.

Referenced by taskdialog_add_buttons().

◆ pfCallback

PFTASKDIALOGCALLBACK _TASKDIALOGCONFIG::pfCallback

Definition at line 5228 of file commctrl.h.

Referenced by TaskDialogIndirect().

◆ pRadioButtons

const TASKDIALOG_BUTTON* _TASKDIALOGCONFIG::pRadioButtons

Definition at line 5216 of file commctrl.h.

◆ pszCollapsedControlText

PCWSTR _TASKDIALOGCONFIG::pszCollapsedControlText

Definition at line 5221 of file commctrl.h.

◆ pszContent

PCWSTR _TASKDIALOGCONFIG::pszContent

Definition at line 5211 of file commctrl.h.

Referenced by TaskDialog().

◆ pszExpandedControlText

PCWSTR _TASKDIALOGCONFIG::pszExpandedControlText

Definition at line 5220 of file commctrl.h.

◆ pszExpandedInformation

PCWSTR _TASKDIALOGCONFIG::pszExpandedInformation

Definition at line 5219 of file commctrl.h.

◆ pszFooter

PCWSTR _TASKDIALOGCONFIG::pszFooter

Definition at line 5227 of file commctrl.h.

◆ pszFooterIcon

PCWSTR _TASKDIALOGCONFIG::pszFooterIcon

Definition at line 5225 of file commctrl.h.

◆ pszMainIcon

PCWSTR _TASKDIALOGCONFIG::pszMainIcon

Definition at line 5208 of file commctrl.h.

Referenced by TaskDialog().

◆ pszMainInstruction

PCWSTR _TASKDIALOGCONFIG::pszMainInstruction

Definition at line 5210 of file commctrl.h.

Referenced by TaskDialog().

◆ pszVerificationText

PCWSTR _TASKDIALOGCONFIG::pszVerificationText

Definition at line 5218 of file commctrl.h.

Referenced by test_navigate_page().

◆ pszWindowTitle

PCWSTR _TASKDIALOGCONFIG::pszWindowTitle

Definition at line 5204 of file commctrl.h.

Referenced by create_taskdialog_template(), and TaskDialog().


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