ReactOS 0.4.15-dev-7942-gd23573b
IcoDecoder Struct Reference
Collaboration diagram for IcoDecoder:

Public Attributes

IWICBitmapDecoder IWICBitmapDecoder_iface
 
LONG ref
 
BOOL initialized
 
IStreamstream
 
ICONHEADER header
 
CRITICAL_SECTION lock
 

Detailed Description

Definition at line 58 of file icoformat.c.

Member Data Documentation

◆ header

ICONHEADER IcoDecoder::header

Definition at line 63 of file icoformat.c.

◆ initialized

BOOL IcoDecoder::initialized

Definition at line 61 of file icoformat.c.

◆ IWICBitmapDecoder_iface

IWICBitmapDecoder IcoDecoder::IWICBitmapDecoder_iface

Definition at line 59 of file icoformat.c.

◆ lock

CRITICAL_SECTION IcoDecoder::lock

Definition at line 64 of file icoformat.c.

◆ ref

LONG IcoDecoder::ref

Definition at line 60 of file icoformat.c.

◆ stream

IStream* IcoDecoder::stream

Definition at line 62 of file icoformat.c.


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