ICON Type (Structure)

graph.h, menus.h, wingraph.h

typedef struct {
unsigned short i[16];
} ICON;

A structure which describes an icon.

ICON is a structure which describes an icon (a 16x16 pixel area), which is used in the DrawIcon command.