#[repr(C)]pub struct ITsSbResourceNotificationEx_Vtbl {
pub base__: IUnknown_Vtbl,
pub NotifySessionChangeEx: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: MaybeUninit<BSTR>, _: MaybeUninit<BSTR>, _: u32, _: TSSESSION_STATE) -> HRESULT,
pub NotifyTargetChangeEx: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: u32) -> HRESULT,
pub NotifyClientConnectionStateChangeEx: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: MaybeUninit<BSTR>, _: MaybeUninit<BSTR>, _: MaybeUninit<BSTR>, _: MaybeUninit<BSTR>, _: CONNECTION_CHANGE_NOTIFICATION) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§NotifySessionChangeEx: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: MaybeUninit<BSTR>, _: MaybeUninit<BSTR>, _: u32, _: TSSESSION_STATE) -> HRESULT
§NotifyTargetChangeEx: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: u32) -> HRESULT
§NotifyClientConnectionStateChangeEx: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: MaybeUninit<BSTR>, _: MaybeUninit<BSTR>, _: MaybeUninit<BSTR>, _: MaybeUninit<BSTR>, _: CONNECTION_CHANGE_NOTIFICATION) -> HRESULT
Implementations§
§impl ITsSbResourceNotificationEx_Vtbl
impl ITsSbResourceNotificationEx_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ITsSbResourceNotificationEx_Vtblwhere
Identity: ITsSbResourceNotificationEx_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITsSbResourceNotificationEx_Vtbl
impl RefUnwindSafe for ITsSbResourceNotificationEx_Vtbl
impl Send for ITsSbResourceNotificationEx_Vtbl
impl Sync for ITsSbResourceNotificationEx_Vtbl
impl Unpin for ITsSbResourceNotificationEx_Vtbl
impl UnwindSafe for ITsSbResourceNotificationEx_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