ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.DXGI Namespace / Output Class / TakeOwnership Method

In This Topic
    TakeOwnership Method
    In This Topic
    HRESULT IDXGIOutput::TakeOwnership([In] IUnknown* pDevice,[In] BOOL Exclusive)
    Syntax
    'Declaration
     
    Public Sub TakeOwnership( _
       ByVal deviceRef As ComObject, _
       ByVal exclusive As Bool _
    ) 
    public void TakeOwnership( 
       ComObject deviceRef,
       Bool exclusive
    )

    Parameters

    deviceRef
    exclusive
    See Also