|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <compstui.h>

Public Attributes | |
| WORD | cbSize |
| WORD | Flags |
| LPTSTR | pTitle |
| HWND | hWndParent |
| HINSTANCE | hInst |
| union { | |
| HICON hIcon | |
| ULONG_PTR IconID | |
| } | DUMMYUNIONNAME |
Definition at line 909 of file compstui.h.
| WORD _PROPSHEETUI_INFO_HEADER::cbSize |
Definition at line 910 of file compstui.h.
| union { ... } _PROPSHEETUI_INFO_HEADER::DUMMYUNIONNAME |
| WORD _PROPSHEETUI_INFO_HEADER::Flags |
Definition at line 911 of file compstui.h.
Referenced by DevicePropertySheets(), and DocumentPropertySheets().
| HICON _PROPSHEETUI_INFO_HEADER::hIcon |
Definition at line 916 of file compstui.h.
| HINSTANCE _PROPSHEETUI_INFO_HEADER::hInst |
Definition at line 914 of file compstui.h.
Referenced by DevicePropertySheets(), and DocumentPropertySheets().
| HWND _PROPSHEETUI_INFO_HEADER::hWndParent |
Definition at line 913 of file compstui.h.
| ULONG_PTR _PROPSHEETUI_INFO_HEADER::IconID |
Definition at line 917 of file compstui.h.
Referenced by DevicePropertySheets(), and DocumentPropertySheets().
| LPTSTR _PROPSHEETUI_INFO_HEADER::pTitle |
Definition at line 912 of file compstui.h.
Referenced by DevicePropertySheets(), and DocumentPropertySheets().