In This Topic
HRESULT IWICComponentInfo::GetAuthor([In] unsigned int cchAuthor,[In] void* wzAuthor,[Out] unsigned int* pcchActual)
Syntax
'Declaration
Public Function GetAuthor( _
ByVal As System.Integer, _
ByVal As System.IntPtr _
) As System.Integer
public System.int GetAuthor(
System.int ,
System.IntPtr
)
Parameters
- cchAuthor
- author
See Also