ReactOS 0.4.15-dev-8632-gbc8c7d1
|
#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 3064 of file winuser.h.
Referenced by check_dialog_style(), CreateMemoryDialog(), LoadDialog(), and SoftModalMessageBox().
short DLGTEMPLATE::cx |
Definition at line 3067 of file winuser.h.
Referenced by check_dialog_style(), CreateMemoryDialog(), LoadDialog(), and SoftModalMessageBox().
short DLGTEMPLATE::cy |
Definition at line 3068 of file winuser.h.
Referenced by check_dialog_style(), CreateMemoryDialog(), LoadDialog(), and SoftModalMessageBox().
DWORD DLGTEMPLATE::dwExtendedStyle |
Definition at line 3063 of file winuser.h.
Referenced by check_dialog_style(), PROPSHEET_CreatePage(), PropSheetCallback(), SoftModalMessageBox(), and test_dialog_parent().
DWORD DLGTEMPLATE::style |
Definition at line 3062 of file winuser.h.
Referenced by check_dialog_style(), CreateMemoryDialog(), GetTemplateSize(), LoadDialog(), PROPSHEET_CreatePage(), PropSheetCallback(), and SoftModalMessageBox().
short DLGTEMPLATE::x |
Definition at line 3065 of file winuser.h.
Referenced by check_dialog_style(), CreateMemoryDialog(), and SoftModalMessageBox().
short DLGTEMPLATE::y |
Definition at line 3066 of file winuser.h.
Referenced by check_dialog_style(), CreateMemoryDialog(), and SoftModalMessageBox().