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 information about which capabilities are supported for a raw image.
Syntax
HRESULT QueryRawCapabilitiesInfo(
[out] WICRawCapabilitiesInfo *pInfo
);
Parameters
[out] pInfo
Type: WICRawCapabilitiesInfo*
A pointer that receives WICRawCapabilitiesInfo that provides the capabilities supported by the raw image.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
It is recommended that a codec report that a capability is supported even if the results at the outer range limits are not of perfect quality.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP with SP2, Windows Vista [desktop apps | UWP apps] |
| Minimum supported server | Windows Server 2008 [desktop apps | UWP apps] |
| Target Platform | Windows |
| Header | wincodec.h |
| Library | Windowscodecs.lib |
| DLL | Windowscodecs.dll |