The ICONRESDIR structure contains the dimensions and color format of an individual icon image in a resource group. The structure definition provided here is for explanation only; it is not present in any standard header file.
struct ICONRESDIR {
BYTE Width;
BYTE Height;
BYTE ColorCount;
BYTE reserved;
} ICONRESDIR;
The ICONRESDIR structure is passed in the RESDIR structure if the RESDIR structure describes an icon.
Windows NT: Requires version 3.1 or later.
Windows: Requires Windows 95 or later.
Windows CE: Unsupported.
Resources Overview, Resource Structures, RESDIR