|
ReactOS 0.4.16-dev-2491-g3dc6630
|
#include <winuser.h>

Public Attributes | |
| DWORD | style |
| DWORD | dwExtendedStyle |
| short | x |
| short | y |
| short | cx |
| short | cy |
| WORD | id |
| short DLGITEMTEMPLATE::cx |
Definition at line 3161 of file winuser.h.
Referenced by CreateMemoryDialog(), SoftModalMessageBox(), and test_arrange().
| short DLGITEMTEMPLATE::cy |
Definition at line 3162 of file winuser.h.
Referenced by CreateMemoryDialog(), SoftModalMessageBox(), and test_arrange().
| DWORD DLGITEMTEMPLATE::dwExtendedStyle |
Definition at line 3158 of file winuser.h.
Referenced by SoftModalMessageBox().
| WORD DLGITEMTEMPLATE::id |
Definition at line 3163 of file winuser.h.
Referenced by CreateMemoryDialog(), and SoftModalMessageBox().
| DWORD DLGITEMTEMPLATE::style |
Definition at line 3157 of file winuser.h.
Referenced by CreateMemoryDialog(), and SoftModalMessageBox().
| short DLGITEMTEMPLATE::x |
Definition at line 3159 of file winuser.h.
Referenced by CreateMemoryDialog(), SoftModalMessageBox(), and test_arrange().
| short DLGITEMTEMPLATE::y |
Definition at line 3160 of file winuser.h.
Referenced by CreateMemoryDialog(), SoftModalMessageBox(), and test_arrange().