|
SDL
2.0
|
#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 |
Definition at line 120 of file SDL_windowstaskdialog.h.
| union { ... } |
| union { ... } |
| UINT _TASKDIALOGCONFIG::cbSize |
Definition at line 122 of file SDL_windowstaskdialog.h.
| UINT _TASKDIALOGCONFIG::cButtons |
Definition at line 135 of file SDL_windowstaskdialog.h.
| UINT _TASKDIALOGCONFIG::cRadioButtons |
Definition at line 138 of file SDL_windowstaskdialog.h.
| UINT _TASKDIALOGCONFIG::cxWidth |
Definition at line 153 of file SDL_windowstaskdialog.h.
| TASKDIALOG_COMMON_BUTTON_FLAGS _TASKDIALOGCONFIG::dwCommonButtons |
Definition at line 126 of file SDL_windowstaskdialog.h.
| TASKDIALOG_FLAGS _TASKDIALOGCONFIG::dwFlags |
Definition at line 125 of file SDL_windowstaskdialog.h.
| HICON _TASKDIALOGCONFIG::hFooterIcon |
Definition at line 147 of file SDL_windowstaskdialog.h.
| HINSTANCE _TASKDIALOGCONFIG::hInstance |
Definition at line 124 of file SDL_windowstaskdialog.h.
| HICON _TASKDIALOGCONFIG::hMainIcon |
Definition at line 130 of file SDL_windowstaskdialog.h.
| HWND _TASKDIALOGCONFIG::hwndParent |
Definition at line 123 of file SDL_windowstaskdialog.h.
| LONG_PTR _TASKDIALOGCONFIG::lpCallbackData |
Definition at line 152 of file SDL_windowstaskdialog.h.
| int _TASKDIALOGCONFIG::nDefaultButton |
Definition at line 137 of file SDL_windowstaskdialog.h.
| int _TASKDIALOGCONFIG::nDefaultRadioButton |
Definition at line 140 of file SDL_windowstaskdialog.h.
| const TASKDIALOG_BUTTON* _TASKDIALOGCONFIG::pButtons |
Definition at line 136 of file SDL_windowstaskdialog.h.
| PFTASKDIALOGCALLBACK _TASKDIALOGCONFIG::pfCallback |
Definition at line 151 of file SDL_windowstaskdialog.h.
| const TASKDIALOG_BUTTON* _TASKDIALOGCONFIG::pRadioButtons |
Definition at line 139 of file SDL_windowstaskdialog.h.
| PCWSTR _TASKDIALOGCONFIG::pszCollapsedControlText |
Definition at line 144 of file SDL_windowstaskdialog.h.
| PCWSTR _TASKDIALOGCONFIG::pszContent |
Definition at line 134 of file SDL_windowstaskdialog.h.
| PCWSTR _TASKDIALOGCONFIG::pszExpandedControlText |
Definition at line 143 of file SDL_windowstaskdialog.h.
| PCWSTR _TASKDIALOGCONFIG::pszExpandedInformation |
Definition at line 142 of file SDL_windowstaskdialog.h.
| PCWSTR _TASKDIALOGCONFIG::pszFooter |
Definition at line 150 of file SDL_windowstaskdialog.h.
| PCWSTR _TASKDIALOGCONFIG::pszFooterIcon |
Definition at line 148 of file SDL_windowstaskdialog.h.
| PCWSTR _TASKDIALOGCONFIG::pszMainIcon |
Definition at line 131 of file SDL_windowstaskdialog.h.
| PCWSTR _TASKDIALOGCONFIG::pszMainInstruction |
Definition at line 133 of file SDL_windowstaskdialog.h.
| PCWSTR _TASKDIALOGCONFIG::pszVerificationText |
Definition at line 141 of file SDL_windowstaskdialog.h.
| PCWSTR _TASKDIALOGCONFIG::pszWindowTitle |
Definition at line 127 of file SDL_windowstaskdialog.h.