ReactOS 0.4.15-dev-7953-g1f49173
test_ico Struct Reference
Collaboration diagram for test_ico:

Public Attributes

struct ICONHEADER header
 
struct ICONDIRENTRY direntry
 
BITMAPINFOHEADER bmi
 
unsigned char data [512]
 

Detailed Description

Definition at line 50 of file icoformat.c.

Member Data Documentation

◆ bmi

BITMAPINFOHEADER test_ico::bmi

Definition at line 54 of file icoformat.c.

◆ data

unsigned char test_ico::data[512]

Definition at line 55 of file icoformat.c.

◆ direntry

struct ICONDIRENTRY test_ico::direntry

Definition at line 53 of file icoformat.c.

Referenced by test_decoder().

◆ header

struct ICONHEADER test_ico::header

Definition at line 52 of file icoformat.c.

Referenced by test_decoder().


The documentation for this struct was generated from the following file: