Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.
typedef struct _PROPSHEETUI_GETICON_INFO {
WORD cbSize;
WORD Flags;
WORD cxIcon;
WORD cyIcon;
HICON hIcon;
} PROPSHEETUI_GETICON_INFO, *PPROPSHEETUI_GETICON_INFO;
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.
Requirement | Value |
---|---|
Header | compstui.h (include Compstui.h) |