ReactOS 0.4.16-dev-927-g467dec4
|
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) |
![]() | |
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
ULONG | AddRef () |
ULONG | Release () |
Additional Inherited Members | |
![]() | |
typedef IUnknown * | LPUNKNOWN |
Definition at line 1177 of file wincodec.idl.
HRESULT IWICDdsFrameDecode::CopyBlocks | ( | [in, unique] const WICRect * | boundsInBlocks, |
[in] UINT | stride, | ||
[in] UINT | bufferSize, | ||
[out, size_is(bufferSize)] BYTE * | buffer | ||
) |
HRESULT IWICDdsFrameDecode::GetFormatInfo | ( | [out] WICDdsFormatInfo * | formatInfo | ) |
HRESULT IWICDdsFrameDecode::GetSizeInBlocks | ( | [out] UINT * | widthInBlocks, |
[out] UINT * | heightInBlocks | ||
) |