PROPSHEETUI_GETICON_INFO structure (compstui.h)
The PROPSHEETUI_GETICON_INFO structure is used as an input parameter to an application's PFNPROPSHEETUI-typed function, when the function is called with a reason value of PROPSHEETUI_REASON_GET_ICON.
Syntax
typedef struct _PROPSHEETUI_GETICON_INFO {
WORD cbSize;
WORD Flags;
WORD cxIcon;
WORD cyIcon;
HICON hIcon;
} PROPSHEETUI_GETICON_INFO, *PPROPSHEETUI_GETICON_INFO;
Members
cbSize
CPSUI-supplied size, in bytes, of the PROPSHEETUI_GETICON_INFO structure.
Flags
Reserved.
cxIcon
CPSUI-supplied icon width, in pixels.
cyIcon
CPSUI-supplied icon height, in pixels.
hIcon
Receives an application-supplied icon handle. If the icon is not loaded, the member must be set to zero.
Requirements
Requirement | Value |
---|---|
Header | compstui.h (include Compstui.h) |