Struct ICaptureGraphBuilder2_Vtbl
#[repr(C)]pub struct ICaptureGraphBuilder2_Vtbl {
pub base__: IUnknown_Vtbl,
pub SetFiltergraph: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub GetFiltergraph: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetOutputFileName: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: PCWSTR, _: *mut *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub FindInterface: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const GUID, _: *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
pub RenderStream: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const GUID, _: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub ControlStream: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const GUID, _: *mut c_void, _: *const i64, _: *const i64, _: u16, _: u16) -> HRESULT,
pub AllocCapFile: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u64) -> HRESULT,
pub CopyCaptureFile: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: i32, _: *mut c_void) -> HRESULT,
pub FindPin: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: PIN_DIRECTION, _: *const GUID, _: *const GUID, _: BOOL, _: i32, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§SetFiltergraph: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§GetFiltergraph: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetOutputFileName: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: PCWSTR, _: *mut *mut c_void, _: *mut *mut c_void) -> HRESULT
§FindInterface: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const GUID, _: *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT
§RenderStream: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const GUID, _: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT
§ControlStream: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const GUID, _: *mut c_void, _: *const i64, _: *const i64, _: u16, _: u16) -> HRESULT
§AllocCapFile: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u64) -> HRESULT
§CopyCaptureFile: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: i32, _: *mut c_void) -> HRESULT
§FindPin: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: PIN_DIRECTION, _: *const GUID, _: *const GUID, _: BOOL, _: i32, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl ICaptureGraphBuilder2_Vtbl
impl ICaptureGraphBuilder2_Vtbl
pub const fn new<Identity: ICaptureGraphBuilder2_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICaptureGraphBuilder2_Vtbl
impl RefUnwindSafe for ICaptureGraphBuilder2_Vtbl
impl Send for ICaptureGraphBuilder2_Vtbl
impl Sync for ICaptureGraphBuilder2_Vtbl
impl Unpin for ICaptureGraphBuilder2_Vtbl
impl UnwindSafe for ICaptureGraphBuilder2_Vtbl
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more