SDL  2.0
TASKDIALOGCONFIG Struct Reference

#include <SDL_windowstaskdialog.h>

+ Collaboration diagram for TASKDIALOGCONFIG:

Data Fields

UINT cbSize
 
HWND hwndParent
 
HINSTANCE hInstance
 
TASKDIALOG_FLAGS dwFlags
 
TASKDIALOG_COMMON_BUTTON_FLAGS dwCommonButtons
 
PCWSTR pszWindowTitle
 
union {
   HICON   hMainIcon
 
   PCWSTR   pszMainIcon
 
}; 
 
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
 
}; 
 
PCWSTR pszFooter
 
PFTASKDIALOGCALLBACK pfCallback
 
LONG_PTR lpCallbackData
 
UINT cxWidth
 

Detailed Description

Definition at line 120 of file SDL_windowstaskdialog.h.

Field Documentation

◆ @39

union { ... }

◆ @41

union { ... }

◆ cbSize

UINT TASKDIALOGCONFIG::cbSize

Definition at line 122 of file SDL_windowstaskdialog.h.

◆ cButtons

UINT TASKDIALOGCONFIG::cButtons

Definition at line 135 of file SDL_windowstaskdialog.h.

◆ cRadioButtons

UINT TASKDIALOGCONFIG::cRadioButtons

Definition at line 138 of file SDL_windowstaskdialog.h.

◆ cxWidth

UINT TASKDIALOGCONFIG::cxWidth

Definition at line 153 of file SDL_windowstaskdialog.h.

◆ dwCommonButtons

TASKDIALOG_COMMON_BUTTON_FLAGS TASKDIALOGCONFIG::dwCommonButtons

Definition at line 126 of file SDL_windowstaskdialog.h.

◆ dwFlags

TASKDIALOG_FLAGS TASKDIALOGCONFIG::dwFlags

Definition at line 125 of file SDL_windowstaskdialog.h.

◆ hFooterIcon

HICON TASKDIALOGCONFIG::hFooterIcon

Definition at line 147 of file SDL_windowstaskdialog.h.

◆ hInstance

HINSTANCE TASKDIALOGCONFIG::hInstance

Definition at line 124 of file SDL_windowstaskdialog.h.

◆ hMainIcon

HICON TASKDIALOGCONFIG::hMainIcon

Definition at line 130 of file SDL_windowstaskdialog.h.

◆ hwndParent

HWND TASKDIALOGCONFIG::hwndParent

Definition at line 123 of file SDL_windowstaskdialog.h.

◆ lpCallbackData

LONG_PTR TASKDIALOGCONFIG::lpCallbackData

Definition at line 152 of file SDL_windowstaskdialog.h.

◆ nDefaultButton

int TASKDIALOGCONFIG::nDefaultButton

Definition at line 137 of file SDL_windowstaskdialog.h.

◆ nDefaultRadioButton

int TASKDIALOGCONFIG::nDefaultRadioButton

Definition at line 140 of file SDL_windowstaskdialog.h.

◆ pButtons

const TASKDIALOG_BUTTON* TASKDIALOGCONFIG::pButtons

Definition at line 136 of file SDL_windowstaskdialog.h.

◆ pfCallback

PFTASKDIALOGCALLBACK TASKDIALOGCONFIG::pfCallback

Definition at line 151 of file SDL_windowstaskdialog.h.

◆ pRadioButtons

const TASKDIALOG_BUTTON* TASKDIALOGCONFIG::pRadioButtons

Definition at line 139 of file SDL_windowstaskdialog.h.

◆ pszCollapsedControlText

PCWSTR TASKDIALOGCONFIG::pszCollapsedControlText

Definition at line 144 of file SDL_windowstaskdialog.h.

◆ pszContent

PCWSTR TASKDIALOGCONFIG::pszContent

Definition at line 134 of file SDL_windowstaskdialog.h.

◆ pszExpandedControlText

PCWSTR TASKDIALOGCONFIG::pszExpandedControlText

Definition at line 143 of file SDL_windowstaskdialog.h.

◆ pszExpandedInformation

PCWSTR TASKDIALOGCONFIG::pszExpandedInformation

Definition at line 142 of file SDL_windowstaskdialog.h.

◆ pszFooter

PCWSTR TASKDIALOGCONFIG::pszFooter

Definition at line 150 of file SDL_windowstaskdialog.h.

◆ pszFooterIcon

PCWSTR TASKDIALOGCONFIG::pszFooterIcon

Definition at line 148 of file SDL_windowstaskdialog.h.

◆ pszMainIcon

PCWSTR TASKDIALOGCONFIG::pszMainIcon

Definition at line 131 of file SDL_windowstaskdialog.h.

◆ pszMainInstruction

PCWSTR TASKDIALOGCONFIG::pszMainInstruction

Definition at line 133 of file SDL_windowstaskdialog.h.

◆ pszVerificationText

PCWSTR TASKDIALOGCONFIG::pszVerificationText

Definition at line 141 of file SDL_windowstaskdialog.h.

◆ pszWindowTitle

PCWSTR TASKDIALOGCONFIG::pszWindowTitle

Definition at line 127 of file SDL_windowstaskdialog.h.


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