ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 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 Integer, _
       ByVal deviceManufacturer As IntPtr _
    ) As Integer
    public int GetDeviceManufacturer( 
       int cchDeviceManufacturer,
       IntPtr deviceManufacturer
    )

    Parameters

    cchDeviceManufacturer
    deviceManufacturer
    See Also