IWICComponentInfo_GetSpecVersion_Proxy function
Proxy function for the GetSpecVersion method.
Syntax
HRESULT IWICComponentInfo_GetSpecVersion_Proxy( _In_ IWICComponentInfo *THIS_PTR, _In_ UINT cchSpecVersion, _Inout_ WCHAR *wzSpecVersion, _Out_ UINT *pcchActual );
Parameters
- THIS_PTR [in]
-
Type: IWICComponentInfo*
Pointer to this IWICComponentInfo object.
- cchSpecVersion [in]
-
Type: UINT
The size of the wzSpecVersion buffer.
- wzSpecVersion [in, out]
-
Type: WCHAR*
When this method returns, contain a culture invarient string of the component's specification version. The version form is NN.NN.NN.NN.
- pcchActual [out]
-
Type: UINT*
A pointer that receives the actual length of the component's specification version.
Return value
Type: HRESULT
If this function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
Requirements
|
Minimum supported client |
Windows XP with SP2, Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
DLL |
|