ReactOS 0.4.16-dev-981-g80eb313
|
#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 3072 of file winuser.h.
Referenced by check_dialog_style(), CreateMemoryDialog(), LoadDialog(), and SoftModalMessageBox().
short DLGTEMPLATE::cx |
Definition at line 3075 of file winuser.h.
Referenced by check_dialog_style(), CreateMemoryDialog(), LoadDialog(), and SoftModalMessageBox().
short DLGTEMPLATE::cy |
Definition at line 3076 of file winuser.h.
Referenced by check_dialog_style(), CreateMemoryDialog(), LoadDialog(), and SoftModalMessageBox().
DWORD DLGTEMPLATE::dwExtendedStyle |
Definition at line 3071 of file winuser.h.
Referenced by check_dialog_style(), PROPSHEET_CreatePage(), PropSheetCallback(), SoftModalMessageBox(), and test_dialog_parent().
DWORD DLGTEMPLATE::style |
Definition at line 3070 of file winuser.h.
Referenced by check_dialog_style(), CreateMemoryDialog(), GetTemplateSize(), LoadDialog(), PROPSHEET_CreatePage(), PropSheetCallback(), and SoftModalMessageBox().
short DLGTEMPLATE::x |
Definition at line 3073 of file winuser.h.
Referenced by check_dialog_style(), CreateMemoryDialog(), and SoftModalMessageBox().
short DLGTEMPLATE::y |
Definition at line 3074 of file winuser.h.
Referenced by check_dialog_style(), CreateMemoryDialog(), and SoftModalMessageBox().