Struct dxgi_win::interfaces::IDXGIOutputDuplicationVtbl [] [src]

pub struct IDXGIOutputDuplicationVtbl {
    pub parent: IDXGIObjectVtbl,
    pub GetDesc: Option<unsafe  extern "system" fn(This: *mut IDXGIOutputDuplication, desc: *mut DXGI_OUTDUPL_DESC)>,
    pub AcquireNextFrame: Option<unsafe  extern "system" fn(This: *mut IDXGIOutputDuplication, timeout_ms: UINT, frame_info: *mut DXGI_OUTDUPL_FRAME_INFO, desktop_resource: *mut *mut IDXGIResource) -> HRESULT>,
    pub GetFrameDirtyRects: Option<unsafe  extern "system" fn(This: *mut IDXGIOutputDuplication, dirty_rects_bufsize: UINT, dirtyrects_buf: *mut RECT, dirtyrects_bufsize_required: *mut UINT) -> HRESULT>,
    pub GetFrameMoveRects: Option<unsafe  extern "system" fn(This: *mut IDXGIOutputDuplication, moverects_bufsize: UINT, moverect_buf: *mut DXGI_OUTDUPL_MOVE_RECT, moverects_bufsize_required: UINT) -> HRESULT>,
    pub GetFramePointerShape: Option<unsafe  extern "system" fn(This: *mut IDXGIOutputDuplication, pointershape_bufsize: UINT, pointershape_buf: *mut c_void, pointershape_bufsize_required: *mut UINT, pointershape_info: *mut DXGI_OUTDUPL_POINTER_SHAPE_INFO) -> HRESULT>,
    pub MapDesktopSurface: Option<unsafe  extern "system" fn(This: *mut IDXGIOutputDuplication, locked_rect: *mut DXGI_MAPPED_RECT) -> HRESULT>,
    pub UmMapDesktopSurface: Option<unsafe  extern "system" fn(This: *mut IDXGIOutputDuplication) -> HRESULT>,
    pub ReleaseFrame: Option<unsafe  extern "system" fn(This: *mut IDXGIOutputDuplication) -> HRESULT>,
}

Fields

parent
GetDesc
AcquireNextFrame
GetFrameDirtyRects
GetFrameMoveRects
GetFramePointerShape
MapDesktopSurface
UmMapDesktopSurface
ReleaseFrame