ReactOS 0.4.16-dev-927-g467dec4
IWICDdsFrameDecode Interface Reference
Inheritance diagram for IWICDdsFrameDecode:
Collaboration diagram for IWICDdsFrameDecode:

Public Member Functions

HRESULT GetSizeInBlocks ([out] UINT *widthInBlocks, [out] UINT *heightInBlocks)
 
HRESULT GetFormatInfo ([out] WICDdsFormatInfo *formatInfo)
 
HRESULT CopyBlocks ([in, unique] const WICRect *boundsInBlocks, [in] UINT stride, [in] UINT bufferSize, [out, size_is(bufferSize)] BYTE *buffer)
 
- Public Member Functions inherited from IUnknown
HRESULT QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject)
 
ULONG AddRef ()
 
ULONG Release ()
 

Additional Inherited Members

- Public Types inherited from IUnknown
typedef IUnknownLPUNKNOWN
 

Detailed Description

Definition at line 1177 of file wincodec.idl.

Member Function Documentation

◆ CopyBlocks()

HRESULT IWICDdsFrameDecode::CopyBlocks ( [in, unique] const WICRect boundsInBlocks,
[in] UINT  stride,
[in] UINT  bufferSize,
[out, size_is(bufferSize)] BYTE buffer 
)

◆ GetFormatInfo()

HRESULT IWICDdsFrameDecode::GetFormatInfo ( [out] WICDdsFormatInfo formatInfo)

◆ GetSizeInBlocks()

HRESULT IWICDdsFrameDecode::GetSizeInBlocks ( [out] UINT widthInBlocks,
[out] UINT heightInBlocks 
)

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