ComponentOne Bitmap for UWP
C1.UWP.DX 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 System.Integer, _
       ByVal friendlyName As System.IntPtr _
    ) As System.Integer
    public System.int GetFriendlyName( 
       System.int cchFriendlyName,
       System.IntPtr friendlyName
    )

    Parameters

    cchFriendlyName
    friendlyName
    See Also