ReactOS 0.4.16-dev-814-g656a5dc
|
#include <commctrl.h>
Definition at line 5202 of file commctrl.h.
UINT _TASKDIALOGCONFIG::cbSize |
Definition at line 5204 of file commctrl.h.
Referenced by TaskDialog(), taskdialog_add_main_instruction(), TaskDialogIndirect(), and test_navigate_page().
UINT _TASKDIALOGCONFIG::cButtons |
Definition at line 5217 of file commctrl.h.
Referenced by taskdialog_add_buttons(), and taskdialog_add_command_links().
UINT _TASKDIALOGCONFIG::cRadioButtons |
Definition at line 5220 of file commctrl.h.
Referenced by taskdialog_add_radio_buttons().
UINT _TASKDIALOGCONFIG::cxWidth |
Definition at line 5235 of file commctrl.h.
Referenced by taskdialog_get_dialog_width().
union { ... } _TASKDIALOGCONFIG::DUMMYUNIONNAME |
union { ... } _TASKDIALOGCONFIG::DUMMYUNIONNAME2 |
TASKDIALOG_COMMON_BUTTON_FLAGS _TASKDIALOGCONFIG::dwCommonButtons |
Definition at line 5208 of file commctrl.h.
Referenced by TaskDialog(), and taskdialog_add_buttons().
TASKDIALOG_FLAGS _TASKDIALOGCONFIG::dwFlags |
Definition at line 5207 of file commctrl.h.
Referenced by create_taskdialog_template(), taskdialog_add_expanded_info(), taskdialog_add_progress_bar(), taskdialog_add_verification_box(), taskdialog_check_default_radio_buttons(), taskdialog_destroy(), taskdialog_get_dialog_width(), taskdialog_get_expando_size(), taskdialog_get_label_size(), taskdialog_get_reference_rect(), taskdialog_hyperlink_enabled(), taskdialog_init(), taskdialog_layout(), taskdialog_set_icon(), taskdialog_toggle_expando_control(), taskdialog_use_command_link(), and test_navigate_page().
HICON _TASKDIALOGCONFIG::hFooterIcon |
Definition at line 5229 of file commctrl.h.
Referenced by taskdialog_add_footer_icon().
HINSTANCE _TASKDIALOGCONFIG::hInstance |
Definition at line 5206 of file commctrl.h.
Referenced by create_taskdialog_template(), TaskDialog(), taskdialog_gettext(), taskdialog_set_icon(), and TaskDialogIndirect().
HICON _TASKDIALOGCONFIG::hMainIcon |
Definition at line 5212 of file commctrl.h.
Referenced by taskdialog_add_main_icon().
HWND _TASKDIALOGCONFIG::hwndParent |
Definition at line 5205 of file commctrl.h.
Referenced by TaskDialog(), taskdialog_get_reference_rect(), and TaskDialogIndirect().
LONG_PTR _TASKDIALOGCONFIG::lpCallbackData |
Definition at line 5234 of file commctrl.h.
Referenced by taskdialog_notify().
int _TASKDIALOGCONFIG::nDefaultButton |
Definition at line 5219 of file commctrl.h.
Referenced by taskdialog_add_button(), and taskdialog_add_command_links().
int _TASKDIALOGCONFIG::nDefaultRadioButton |
Definition at line 5222 of file commctrl.h.
Referenced by taskdialog_check_default_radio_buttons().
const TASKDIALOG_BUTTON* _TASKDIALOGCONFIG::pButtons |
Definition at line 5218 of file commctrl.h.
Referenced by taskdialog_add_buttons(), and taskdialog_add_command_links().
PFTASKDIALOGCALLBACK _TASKDIALOGCONFIG::pfCallback |
Definition at line 5233 of file commctrl.h.
Referenced by taskdialog_notify().
const TASKDIALOG_BUTTON* _TASKDIALOGCONFIG::pRadioButtons |
Definition at line 5221 of file commctrl.h.
Referenced by taskdialog_add_radio_buttons().
PCWSTR _TASKDIALOGCONFIG::pszCollapsedControlText |
Definition at line 5226 of file commctrl.h.
Referenced by taskdialog_add_expando_button().
PCWSTR _TASKDIALOGCONFIG::pszContent |
Definition at line 5216 of file commctrl.h.
Referenced by TaskDialog(), and taskdialog_add_content().
PCWSTR _TASKDIALOGCONFIG::pszExpandedControlText |
Definition at line 5225 of file commctrl.h.
Referenced by taskdialog_add_expando_button().
PCWSTR _TASKDIALOGCONFIG::pszExpandedInformation |
Definition at line 5224 of file commctrl.h.
Referenced by taskdialog_add_expanded_info(), and taskdialog_add_expando_button().
PCWSTR _TASKDIALOGCONFIG::pszFooter |
Definition at line 5232 of file commctrl.h.
Referenced by taskdialog_add_footer_text().
PCWSTR _TASKDIALOGCONFIG::pszFooterIcon |
Definition at line 5230 of file commctrl.h.
PCWSTR _TASKDIALOGCONFIG::pszMainIcon |
Definition at line 5213 of file commctrl.h.
Referenced by TaskDialog().
PCWSTR _TASKDIALOGCONFIG::pszMainInstruction |
Definition at line 5215 of file commctrl.h.
Referenced by TaskDialog(), and taskdialog_add_main_instruction().
PCWSTR _TASKDIALOGCONFIG::pszVerificationText |
Definition at line 5223 of file commctrl.h.
Referenced by taskdialog_add_verification_box(), and test_navigate_page().
PCWSTR _TASKDIALOGCONFIG::pszWindowTitle |
Definition at line 5209 of file commctrl.h.
Referenced by create_taskdialog_template(), and TaskDialog().