ICONDIRENTRY

The icon directory entry of a .ico or .cur file. Note the alignment is not correct for slurping the file.

struct ICONDIRENTRY {
ubyte width;
ubyte height;
ubyte numColors;
ubyte reserved;
ushort planesOrHotspotX;
ushort bppOrHotspotY;
uint imageDataSize;
uint imageDataOffset;
}

Meta