[][src]Struct winapi::shared::dxgi1_2::IDXGIOutputDuplication

#[repr(C)]
pub struct IDXGIOutputDuplication { pub lpVtbl: *const IDXGIOutputDuplicationVtbl, }

Fields

lpVtbl: *const IDXGIOutputDuplicationVtbl

Methods

impl IDXGIOutputDuplication[src]

pub unsafe fn GetDesc(&self, pDesc: *mut DXGI_OUTDUPL_DESC)[src]

pub unsafe fn AcquireNextFrame(
    &self,
    TimeoutInMilliseconds: UINT,
    pFrameInfo: *mut DXGI_OUTDUPL_FRAME_INFO,
    ppDesktopResource: *mut *mut IDXGIResource
) -> HRESULT
[src]

pub unsafe fn GetFrameDirtyRects(
    &self,
    DirtyRectsBufferSize: UINT,
    pDirtyRectsBuffer: *mut RECT,
    pDirtyRectsBufferSizeRequired: *mut UINT
) -> HRESULT
[src]

pub unsafe fn GetFrameMoveRects(
    &self,
    MoveRectsBufferSize: UINT,
    pMoveRectBuffer: *mut DXGI_OUTDUPL_MOVE_RECT,
    pMoveRectsBufferSizeRequired: *mut UINT
) -> HRESULT
[src]

pub unsafe fn GetFramePointerShape(
    &self,
    PointerShapeBufferSize: UINT,
    pPointerShapeBuffer: *mut c_void,
    pPointerShapeBufferSizeRequired: *mut UINT,
    pPointerShapeInfo: *mut DXGI_OUTDUPL_POINTER_SHAPE_INFO
) -> HRESULT
[src]

pub unsafe fn MapDesktopSurface(
    &self,
    pLockedRect: *mut DXGI_MAPPED_RECT
) -> HRESULT
[src]

pub unsafe fn UnMapDesktopSurface(&self) -> HRESULT[src]

pub unsafe fn ReleaseFrame(&self) -> HRESULT[src]

Methods from Deref<Target = IDXGIObject>

pub unsafe fn SetPrivateData(
    &self,
    Name: REFGUID,
    DataSize: UINT,
    pData: *const c_void
) -> HRESULT
[src]

pub unsafe fn SetPrivateDataInterface(
    &self,
    Name: REFGUID,
    pUnknown: *const IUnknown
) -> HRESULT
[src]

pub unsafe fn GetPrivateData(
    &self,
    Name: REFGUID,
    pDataSize: *mut UINT,
    pData: *mut c_void
) -> HRESULT
[src]

pub unsafe fn GetParent(
    &self,
    riid: REFIID,
    ppParent: *mut *mut c_void
) -> HRESULT
[src]

Trait Implementations

impl Interface for IDXGIOutputDuplication[src]

impl Deref for IDXGIOutputDuplication[src]

type Target = IDXGIObject

The resulting type after dereferencing.

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]