IcoHeader

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

struct IcoHeader {
ushort reserved;
ushort imageType;
ushort numberOfImages;
}

Meta