ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.WIC Namespace / ComponentInfo Class / GetFriendlyName Method

In This Topic
    GetFriendlyName Method
    In This Topic
    HRESULT IWICComponentInfo::GetFriendlyName([In] unsigned int cchFriendlyName,[In] void* wzFriendlyName,[Out] unsigned int* pcchActual)
    Syntax
    'Declaration
     
    Public Function GetFriendlyName( _
       ByVal cchFriendlyName As Integer, _
       ByVal friendlyName As IntPtr _
    ) As Integer
    public int GetFriendlyName( 
       int cchFriendlyName,
       IntPtr friendlyName
    )

    Parameters

    cchFriendlyName
    friendlyName
    See Also