ReactOS 0.4.15-dev-5865-g640e228
|
#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 3051 of file winuser.h.
Referenced by check_dialog_style(), CreateMemoryDialog(), LoadDialog(), and SoftModalMessageBox().
short DLGTEMPLATE::cx |
Definition at line 3054 of file winuser.h.
Referenced by check_dialog_style(), CreateMemoryDialog(), LoadDialog(), and SoftModalMessageBox().
short DLGTEMPLATE::cy |
Definition at line 3055 of file winuser.h.
Referenced by check_dialog_style(), CreateMemoryDialog(), LoadDialog(), and SoftModalMessageBox().
DWORD DLGTEMPLATE::dwExtendedStyle |
Definition at line 3050 of file winuser.h.
Referenced by check_dialog_style(), PROPSHEET_CreatePage(), PropSheetCallback(), SoftModalMessageBox(), and test_dialog_parent().
DWORD DLGTEMPLATE::style |
Definition at line 3049 of file winuser.h.
Referenced by check_dialog_style(), CreateMemoryDialog(), GetTemplateSize(), LoadDialog(), PROPSHEET_CreatePage(), PropSheetCallback(), and SoftModalMessageBox().
short DLGTEMPLATE::x |
Definition at line 3052 of file winuser.h.
Referenced by check_dialog_style(), CreateMemoryDialog(), and SoftModalMessageBox().
short DLGTEMPLATE::y |
Definition at line 3053 of file winuser.h.
Referenced by check_dialog_style(), CreateMemoryDialog(), and SoftModalMessageBox().