IWICJpegFrameDecode::ClearIndexing method (wincodec.h)

Removes the indexing from a JPEG that has been indexed using IWICJpegFrameDecode::SetIndexing.

Syntax

HRESULT ClearIndexing();

Return value

Type: HRESULT

Returns S_OK upon successful completion.

Requirements

Requirement Value
Minimum supported client Windows 10 [desktop apps only]
Minimum supported server Windows Server 2016 [desktop apps only]
Target Platform Windows
Header wincodec.h
Library Windowscodecs.lib
DLL Windowscodecs.dll

See also

IWICJpegFrameDecode

IWICJpegFrameDecode::SetIndexing