IWICComponentInfo_GetVersion_Proxy function

Proxy function for the GetVersion method.

Syntax

HRESULT IWICComponentInfo_GetVersion_Proxy(
  _In_    IWICComponentInfo *THIS_PTR,
  _In_    UINT              cchVersion,
  _Inout_ WCHAR             *wzVersion,
  _Out_   UINT              *pcchActual
);

Parameters

THIS_PTR [in]

Type: IWICComponentInfo*

Pointer to this IWICComponentInfo object.

cchVersion [in]

Type: UINT

The size of the wzVersion buffer.

wzVersion [in, out]

Type: WCHAR*

A pointer that receives a culture invariant string of the component's version.

pcchActual [out]

Type: UINT*

A pointer that receives the actual length of the component's version.

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