IWICBitmapFrameEncode_SetColorContexts_Proxy function

Proxy function for the SetColorContexts method.

Syntax

HRESULT IWICBitmapFrameEncode_SetColorContexts_Proxy(
  _In_ IWICBitmapFrameEncode *THIS_PTR,
  _In_ UINT                  cCount,
  _In_ IWICColorContext      **ppIColorContext
);

Parameters

THIS_PTR [in]

Type: IWICBitmapFrameEncode*

Pointer to this IWICBitmapFrameEncode object.

cCount [in]

Type: UINT

The number of IWICColorContext profiles to set.

ppIColorContext [in]

Type: IWICColorContext**

A pointer to an IWICColorContext pointer containing the color contexts profiles to set to the frame.

Return value

Type: HRESULT

If this function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Remarks

Requirements

Requirement Value
Minimum supported client
Windows XP with SP2, Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]
DLL
Windowscodecs.dll;
Wincodec.lib