ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.DXGI Namespace / Adapter Class / CheckInterfaceSupport Method

In This Topic
    CheckInterfaceSupport Method
    In This Topic
    HRESULT IDXGIAdapter::CheckInterfaceSupport([In] const GUID& InterfaceName,[Out] LARGE_INTEGER* pUMDVersion)
    Syntax
    'Declaration
     
    Public Function CheckInterfaceSupport( _
       ByVal interfaceName As Guid, _
       ByRef uMDVersionRef As Long _
    ) As HResult
    public HResult CheckInterfaceSupport( 
       Guid interfaceName,
       out long uMDVersionRef
    )

    Parameters

    interfaceName
    uMDVersionRef
    See Also