DIGCSHEETINFO structure
The DIGCSHEETINFO structure defines a page in a property sheet.
Syntax
typedef struct {
DWORD dwSize;
USHORT nNumPages;
LPWSTR lpwszSheetCaption;
BOOL fSheetIconFlag;
LPWSTR lpwszSheetIcon;
} DIGCSHEETINFO, *LPDIGCSHEETINFO;
Members
dwSize
Specifies the size of the structure in bytes. This member must be initialized before the structure is used.nNumPages
Specifies the number of pages in this sheet.lpwszSheetCaption
Points to the title of the property sheet dialog box. This member can specify either the identifier of a string resource or the pointer to a string that specifies the title.fSheetIconFlag
Specifies a Boolean value that indicates the name of the icon resource to load. If this value is TRUE, the value pointed to by lpwszSheetIcon becomes the name of the icon resource to load and use as the small icon for the sheet.lpwszSheetIcon
Points to the icon resource to use as the small icon for the title bar of the property sheet dialog box. This member can specify either the identifier of a string resource or the pointer to a string that specifies the title. If fIconFlag is FALSE, this parameter is ignored. This member is ignored for Windows CE.
Requirements
Header |
Dicpl.h (include Dicpl.h) |