ReactOS 0.4.16-dev-814-g656a5dc
GifDecoder Struct Reference
Collaboration diagram for GifDecoder:

Public Attributes

IWICBitmapDecoder IWICBitmapDecoder_iface
 
IWICMetadataBlockReader IWICMetadataBlockReader_iface
 
IStreamstream
 
BYTE LSD_data [13]
 
LONG ref
 
BOOL initialized
 
GifFileTypegif
 
UINT current_frame
 
CRITICAL_SECTION lock
 

Detailed Description

Definition at line 570 of file gifformat.c.

Member Data Documentation

◆ current_frame

UINT GifDecoder::current_frame

Definition at line 578 of file gifformat.c.

◆ gif

GifFileType* GifDecoder::gif

Definition at line 577 of file gifformat.c.

◆ initialized

BOOL GifDecoder::initialized

Definition at line 576 of file gifformat.c.

◆ IWICBitmapDecoder_iface

IWICBitmapDecoder GifDecoder::IWICBitmapDecoder_iface

Definition at line 571 of file gifformat.c.

◆ IWICMetadataBlockReader_iface

IWICMetadataBlockReader GifDecoder::IWICMetadataBlockReader_iface

Definition at line 572 of file gifformat.c.

◆ lock

CRITICAL_SECTION GifDecoder::lock

Definition at line 579 of file gifformat.c.

◆ LSD_data

BYTE GifDecoder::LSD_data[13]

Definition at line 574 of file gifformat.c.

◆ ref

LONG GifDecoder::ref

Definition at line 575 of file gifformat.c.

◆ stream

IStream* GifDecoder::stream

Definition at line 573 of file gifformat.c.


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