ReactOS 0.4.15-dev-7924-g5949c20
_PROPSHEETUI_INFO_HEADER Struct Reference

#include <compstui.h>

Collaboration diagram for _PROPSHEETUI_INFO_HEADER:

Public Attributes

WORD cbSize
 
WORD Flags
 
LPTSTR pTitle
 
HWND hWndParent
 
HINSTANCE hInst
 
union {
   HICON   hIcon
 
   ULONG_PTR   IconID
 
DUMMYUNIONNAME
 

Detailed Description

Definition at line 909 of file compstui.h.

Member Data Documentation

◆ cbSize

WORD _PROPSHEETUI_INFO_HEADER::cbSize

Definition at line 910 of file compstui.h.

◆ 

union { ... } _PROPSHEETUI_INFO_HEADER::DUMMYUNIONNAME

◆ Flags

WORD _PROPSHEETUI_INFO_HEADER::Flags

Definition at line 911 of file compstui.h.

Referenced by DevicePropertySheets(), and DocumentPropertySheets().

◆ hIcon

HICON _PROPSHEETUI_INFO_HEADER::hIcon

Definition at line 916 of file compstui.h.

◆ hInst

HINSTANCE _PROPSHEETUI_INFO_HEADER::hInst

Definition at line 914 of file compstui.h.

Referenced by DevicePropertySheets(), and DocumentPropertySheets().

◆ hWndParent

HWND _PROPSHEETUI_INFO_HEADER::hWndParent

Definition at line 913 of file compstui.h.

◆ IconID

ULONG_PTR _PROPSHEETUI_INFO_HEADER::IconID

Definition at line 917 of file compstui.h.

Referenced by DevicePropertySheets(), and DocumentPropertySheets().

◆ pTitle

LPTSTR _PROPSHEETUI_INFO_HEADER::pTitle

Definition at line 912 of file compstui.h.

Referenced by DevicePropertySheets(), and DocumentPropertySheets().


The documentation for this struct was generated from the following file: