SDL  2.0
_TASKDIALOGCONFIG Struct Reference

#include <SDL_windowstaskdialog.h>

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_BUTTON * pButtons
 
int nDefaultButton
 
UINT cRadioButtons
 
const TASKDIALOG_BUTTON * pRadioButtons
 
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

◆ @271

union { ... }

◆ @273

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: