ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.DXGI Namespace / Output1 Class / DuplicateOutput Method

In This Topic
    DuplicateOutput Method
    In This Topic
    HRESULT IDXGIOutput1::DuplicateOutput([In] IUnknown* pDevice,[Out] void** ppOutputDuplication)
    Syntax
    'Declaration
     
    Public Function DuplicateOutput( _
       ByVal deviceRef As ComObject _
    ) As System.IntPtr
    public System.IntPtr DuplicateOutput( 
       ComObject deviceRef
    )

    Parameters

    deviceRef
    See Also