ReactOS 0.4.16-dev-522-gb68104a
|
#include <compstui.h>
Public Attributes | |
WORD | cbSize |
WORD | Version |
WORD | Flags |
WORD | Reason |
HANDLE | hComPropSheet |
PFNCOMPROPSHEET | pfnComPropSheet |
LPARAM | lParamInit |
ULONG_PTR | UserData |
ULONG_PTR | Result |
Definition at line 884 of file compstui.h.
WORD _PROPSHEETUI_INFO::cbSize |
Definition at line 885 of file compstui.h.
WORD _PROPSHEETUI_INFO::Flags |
Definition at line 887 of file compstui.h.
HANDLE _PROPSHEETUI_INFO::hComPropSheet |
Definition at line 889 of file compstui.h.
Referenced by DevicePropertySheets(), and DocumentPropertySheets().
LPARAM _PROPSHEETUI_INFO::lParamInit |
Definition at line 891 of file compstui.h.
Referenced by DevicePropertySheets(), and DocumentPropertySheets().
PFNCOMPROPSHEET _PROPSHEETUI_INFO::pfnComPropSheet |
Definition at line 890 of file compstui.h.
Referenced by DevicePropertySheets(), and DocumentPropertySheets().
WORD _PROPSHEETUI_INFO::Reason |
Definition at line 888 of file compstui.h.
Referenced by DevicePropertySheets(), and DocumentPropertySheets().
ULONG_PTR _PROPSHEETUI_INFO::Result |
Definition at line 893 of file compstui.h.
Referenced by DevicePropertySheets(), and DocumentPropertySheets().
ULONG_PTR _PROPSHEETUI_INFO::UserData |
Definition at line 892 of file compstui.h.
Referenced by DevicePropertySheets(), and DocumentPropertySheets().
WORD _PROPSHEETUI_INFO::Version |
Definition at line 886 of file compstui.h.