|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <winuser.h>

Public Attributes | |
| DWORD | style |
| DWORD | dwExtendedStyle |
| WORD | cdit |
| short | x |
| short | y |
| short | cx |
| short | cy |
| WORD DLGTEMPLATE::cdit |
Definition at line 3163 of file winuser.h.
Referenced by check_dialog_style(), CreateMemoryDialog(), LoadDialog(), and SoftModalMessageBox().
| short DLGTEMPLATE::cx |
Definition at line 3166 of file winuser.h.
Referenced by check_dialog_style(), CreateMemoryDialog(), LoadDialog(), and SoftModalMessageBox().
| short DLGTEMPLATE::cy |
Definition at line 3167 of file winuser.h.
Referenced by check_dialog_style(), CreateMemoryDialog(), LoadDialog(), and SoftModalMessageBox().
| DWORD DLGTEMPLATE::dwExtendedStyle |
Definition at line 3162 of file winuser.h.
Referenced by check_dialog_style(), PROPSHEET_CreatePage(), PropSheetCallback(), SoftModalMessageBox(), and test_dialog_parent().
| DWORD DLGTEMPLATE::style |
Definition at line 3161 of file winuser.h.
Referenced by check_dialog_style(), CreateMemoryDialog(), GetTemplateSize(), LoadDialog(), PROPSHEET_CreatePage(), PropSheetCallback(), and SoftModalMessageBox().
| short DLGTEMPLATE::x |
Definition at line 3164 of file winuser.h.
Referenced by check_dialog_style(), CreateMemoryDialog(), and SoftModalMessageBox().
| short DLGTEMPLATE::y |
Definition at line 3165 of file winuser.h.
Referenced by check_dialog_style(), CreateMemoryDialog(), and SoftModalMessageBox().