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

    Parameters

    cchDeviceModels
    deviceModels
    See Also