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.
Determines whether the specified chain type is supported.
Syntax
HRESULT DoesSupportChainType(
WICBitmapChainType chainType,
BOOL *pfIsSupported
);
Parameters
chainType
Type: WICBitmapChainType
The specified chain type to query about.
pfIsSupported
Type: BOOL*
Used to retrieve a value indicating whether the chain type specified in chainType is supported. TRUE if it's supported; otherwise, FALSE.
Return value
Type: HRESULT
If the function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
| Requirement | Value |
|---|---|
| Header | wincodec.h |