Struct ISpNotifySource_Vtbl
#[repr(C)]pub struct ISpNotifySource_Vtbl {
pub base__: IUnknown_Vtbl,
pub SetNotifySink: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub SetNotifyWindowMessage: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: u32, _: WPARAM, _: LPARAM) -> HRESULT,
pub SetNotifyCallbackFunction: unsafe extern "system" fn(_: *mut c_void, _: *mut SPNOTIFYCALLBACK, _: WPARAM, _: LPARAM) -> HRESULT,
pub SetNotifyCallbackInterface: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: WPARAM, _: LPARAM) -> HRESULT,
pub SetNotifyWin32Event: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub WaitForNotifyEvent: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub GetNotifyEventHandle: unsafe extern "system" fn(_: *mut c_void) -> HANDLE,
}
Fields§
§base__: IUnknown_Vtbl
§SetNotifySink: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§SetNotifyWindowMessage: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: u32, _: WPARAM, _: LPARAM) -> HRESULT
§SetNotifyCallbackFunction: unsafe extern "system" fn(_: *mut c_void, _: *mut SPNOTIFYCALLBACK, _: WPARAM, _: LPARAM) -> HRESULT
§SetNotifyCallbackInterface: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: WPARAM, _: LPARAM) -> HRESULT
§SetNotifyWin32Event: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§WaitForNotifyEvent: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§GetNotifyEventHandle: unsafe extern "system" fn(_: *mut c_void) -> HANDLE
Implementations§
§impl ISpNotifySource_Vtbl
impl ISpNotifySource_Vtbl
pub const fn new<Identity: ISpNotifySource_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISpNotifySource_Vtbl
impl RefUnwindSafe for ISpNotifySource_Vtbl
impl Send for ISpNotifySource_Vtbl
impl Sync for ISpNotifySource_Vtbl
impl Unpin for ISpNotifySource_Vtbl
impl UnwindSafe for ISpNotifySource_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