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 | |
Keyboard shortcuts
- ?
- Show this help dialog
- S
- Focus the search field
- ⇤
- Move up in search results
- ⇥
- Move down in search results
- ⏎
- Go to active search result
Search tricks
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).
Search functions by type signature (e.g.
vec -> usize
)