ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.WIC Namespace / BitmapCodecInfo Class / GetDeviceManufacturer Method

In This Topic
    GetDeviceManufacturer Method
    In This Topic
    HRESULT IWICBitmapCodecInfo::GetDeviceManufacturer([In] unsigned int cchDeviceManufacturer,[In] void* wzDeviceManufacturer,[Out] unsigned int* pcchActual)
    Syntax
    'Declaration
     
    Public Function GetDeviceManufacturer( _
       ByVal cchDeviceManufacturer As System.Integer, _
       ByVal deviceManufacturer As System.IntPtr _
    ) As System.Integer
    public System.int GetDeviceManufacturer( 
       System.int cchDeviceManufacturer,
       System.IntPtr deviceManufacturer
    )

    Parameters

    cchDeviceManufacturer
    deviceManufacturer
    See Also