#[repr(C)]pub struct IEventControl_Vtbl {
pub base__: IDispatch_Vtbl,
pub SetPublisherFilter: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: *mut c_void) -> HRESULT,
pub AllowInprocActivation: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub SetAllowInprocActivation: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
pub GetSubscriptions: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: MaybeUninit<BSTR>, _: *const i32, _: *mut *mut c_void) -> HRESULT,
pub SetDefaultQuery: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: MaybeUninit<BSTR>, _: *mut i32) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§SetPublisherFilter: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: *mut c_void) -> HRESULT
§AllowInprocActivation: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§SetAllowInprocActivation: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
§GetSubscriptions: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: MaybeUninit<BSTR>, _: *const i32, _: *mut *mut c_void) -> HRESULT
§SetDefaultQuery: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: MaybeUninit<BSTR>, _: *mut i32) -> HRESULT
Implementations§
§impl IEventControl_Vtbl
impl IEventControl_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IEventControl_Vtblwhere
Identity: IEventControl_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IEventControl_Vtbl
impl RefUnwindSafe for IEventControl_Vtbl
impl Send for IEventControl_Vtbl
impl Sync for IEventControl_Vtbl
impl Unpin for IEventControl_Vtbl
impl UnwindSafe for IEventControl_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