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

Public Attributes

IWICBitmapFrameDecode IWICBitmapFrameDecode_iface
 
IWICDdsFrameDecode IWICDdsFrameDecode_iface
 
LONG ref
 
BYTEblock_data
 
BYTEpixel_data
 
CRITICAL_SECTION lock
 
dds_frame_info info
 

Detailed Description

Definition at line 152 of file ddsformat.c.

Member Data Documentation

◆ block_data

BYTE* DdsFrameDecode::block_data

Definition at line 156 of file ddsformat.c.

Referenced by DdsDecoder_Dds_GetFrame().

◆ info

dds_frame_info DdsFrameDecode::info

Definition at line 159 of file ddsformat.c.

Referenced by DdsDecoder_Dds_GetFrame().

◆ IWICBitmapFrameDecode_iface

IWICBitmapFrameDecode DdsFrameDecode::IWICBitmapFrameDecode_iface

Definition at line 153 of file ddsformat.c.

Referenced by DdsDecoder_Dds_GetFrame().

◆ IWICDdsFrameDecode_iface

IWICDdsFrameDecode DdsFrameDecode::IWICDdsFrameDecode_iface

Definition at line 154 of file ddsformat.c.

◆ lock

CRITICAL_SECTION DdsFrameDecode::lock

Definition at line 158 of file ddsformat.c.

◆ pixel_data

BYTE* DdsFrameDecode::pixel_data

Definition at line 157 of file ddsformat.c.

Referenced by DdsDecoder_Dds_GetFrame().

◆ ref

LONG DdsFrameDecode::ref

Definition at line 155 of file ddsformat.c.


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