ReactOS 0.4.16-dev-937-g7afcd2a
CommonDecoder Struct Reference
Collaboration diagram for CommonDecoder:

Public Attributes

IWICBitmapDecoder IWICBitmapDecoder_iface
 
LONG ref
 
CRITICAL_SECTION lock
 
IStreamstream
 
struct decoderdecoder
 
struct decoder_info decoder_info
 
struct decoder_stat file_info
 
WICDecodeOptions cache_options
 

Detailed Description

Definition at line 33 of file decoder.c.

Member Data Documentation

◆ cache_options

WICDecodeOptions CommonDecoder::cache_options

Definition at line 41 of file decoder.c.

◆ decoder

struct decoder* CommonDecoder::decoder

Definition at line 38 of file decoder.c.

◆ decoder_info

struct decoder_info CommonDecoder::decoder_info

Definition at line 39 of file decoder.c.

◆ file_info

struct decoder_stat CommonDecoder::file_info

Definition at line 40 of file decoder.c.

◆ IWICBitmapDecoder_iface

IWICBitmapDecoder CommonDecoder::IWICBitmapDecoder_iface

Definition at line 34 of file decoder.c.

◆ lock

CRITICAL_SECTION CommonDecoder::lock

Definition at line 36 of file decoder.c.

◆ ref

LONG CommonDecoder::ref

Definition at line 35 of file decoder.c.

◆ stream

IStream* CommonDecoder::stream

Definition at line 37 of file decoder.c.


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