IWICComponentInfo_GetAuthor_Proxy function
Proxy function for the GetAuthor method.
Syntax
HRESULT IWICComponentInfo_GetAuthor_Proxy( _In_ IWICComponentInfo *THIS_PTR, _In_ UINT cchAuthor, _Inout_ WCHAR *wzAuthor, _Out_ UINT *pcchActual );
Parameters
- THIS_PTR [in]
-
Type: IWICComponentInfo*
Pointer to this IWICComponentInfo object.
- cchAuthor [in]
-
Type: UINT
The size of the wzAuthor buffer.
- wzAuthor [in, out]
-
Type: WCHAR*
A pointer that receives the name of the component's author.
The string returned is locale specific, 1033 by default.
- pcchActual [out]
-
Type: UINT*
A pointer that receives the actual length of the component's authors name.
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 |
|