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

In This Topic
    GetDeviceModels Method
    In This Topic
    HRESULT IWICBitmapCodecInfo::GetDeviceModels([In] unsigned int cchDeviceModels,[In] void* wzDeviceModels,[Out] unsigned int* pcchActual)
    Syntax
    'Declaration
     
    Public Function GetDeviceModels( _
       ByVal cchDeviceModels As System.Integer, _
       ByVal deviceModels As System.IntPtr _
    ) As System.Integer
    public System.int GetDeviceModels( 
       System.int cchDeviceModels,
       System.IntPtr deviceModels
    )

    Parameters

    cchDeviceModels
    deviceModels
    See Also