PROPSHEETUI_GETICON_INFO

typedef struct _PROPSHEETUI_GETICON_INFO {

WORD cbSize;

WORD Flags;

WORD cxIcon;

WORD cyIcon;

HICON hIcon;

} PROPSHEETUI_GETICON_INFO, *PPROPSHEETUI_GETICON_INFO;

The CPSUI provides a PROPSHEETUI_GETICON_INFO structure as the lParam parameter when it calls PFNPROPSHEETUI for the PROPSHEETUI_REASON_GET_ICON reason.

Members

cbSize

Size of this structure in bytes.

Flags

Reserved. Must be set to zero.

cxIcon

Width of the icon in pixels.

cyIcon

Height of the icon in pixels.

hIcon

Specifies the handle for the created icon. PFNPROPSHEETUI should set this member to null if it does not create an icon.