Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves a value indicating whether this decoder supports indexing for efficient random access.
Syntax
HRESULT DoesSupportIndexing(
BOOL *pfIndexingSupported
);
Parameters
pfIndexingSupported
Type: BOOL*
True if indexing is supported; otherwise, false.
Return value
Type: HRESULT
Returns S_OK on successful completion.
Remarks
Indexing is only supported for some JPEG types. Call this method
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 |