KSM edits to RA8875

Dependents:   Liz_Test_Code

Embed: (wiki syntax)

« Back to documentation index

ICOFILEHEADER Struct Reference

ICOFILEHEADER Struct Reference

Icon file type file header. More...

#include <Bitmap.h>

Data Fields

uint16_t Reserved_zero
 Always zero.
uint16_t icType
 1 for .ico, 2 for .cur
uint16_t icImageCount
 number of images in the file

Detailed Description

Icon file type file header.

Definition at line 84 of file Bitmap.h.


Field Documentation

uint16_t icImageCount

number of images in the file

Definition at line 88 of file Bitmap.h.

uint16_t icType

1 for .ico, 2 for .cur

Definition at line 87 of file Bitmap.h.

uint16_t Reserved_zero

Always zero.

Definition at line 86 of file Bitmap.h.