ReactOS 0.4.15-dev-7924-g5949c20
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 582 of file gifformat.c.

Member Data Documentation

◆ current_frame

UINT GifDecoder::current_frame

Definition at line 590 of file gifformat.c.

◆ gif

GifFileType* GifDecoder::gif

Definition at line 589 of file gifformat.c.

◆ initialized

BOOL GifDecoder::initialized

Definition at line 588 of file gifformat.c.

◆ IWICBitmapDecoder_iface

IWICBitmapDecoder GifDecoder::IWICBitmapDecoder_iface

Definition at line 583 of file gifformat.c.

◆ IWICMetadataBlockReader_iface

IWICMetadataBlockReader GifDecoder::IWICMetadataBlockReader_iface

Definition at line 584 of file gifformat.c.

◆ lock

CRITICAL_SECTION GifDecoder::lock

Definition at line 591 of file gifformat.c.

◆ LSD_data

BYTE GifDecoder::LSD_data[13]

Definition at line 586 of file gifformat.c.

◆ ref

LONG GifDecoder::ref

Definition at line 587 of file gifformat.c.

◆ stream

IStream* GifDecoder::stream

Definition at line 585 of file gifformat.c.


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