ReactOS 0.4.16-dev-329-g9223134
|
Public Attributes | |
WORD | dlgVer |
WORD | signature |
DWORD | helpID |
DWORD | exStyle |
DWORD | style |
WORD | cDlgItems |
short | x |
short | y |
short | cx |
short | cy |
Definition at line 124 of file msconfig.c.
WORD DLGTEMPLATEEX::cDlgItems |
Definition at line 131 of file msconfig.c.
short DLGTEMPLATEEX::cx |
Definition at line 134 of file msconfig.c.
short DLGTEMPLATEEX::cy |
Definition at line 135 of file msconfig.c.
WORD DLGTEMPLATEEX::dlgVer |
Definition at line 126 of file msconfig.c.
DWORD DLGTEMPLATEEX::exStyle |
Definition at line 129 of file msconfig.c.
Referenced by PropSheetCallback().
DWORD DLGTEMPLATEEX::helpID |
Definition at line 128 of file msconfig.c.
WORD DLGTEMPLATEEX::signature |
Definition at line 127 of file msconfig.c.
Referenced by PropSheetCallback().
DWORD DLGTEMPLATEEX::style |
Definition at line 130 of file msconfig.c.
Referenced by PropSheetCallback().
short DLGTEMPLATEEX::x |
Definition at line 132 of file msconfig.c.
short DLGTEMPLATEEX::y |
Definition at line 133 of file msconfig.c.