Struct ITsSbGlobalStore_Vtbl
#[repr(C)]pub struct ITsSbGlobalStore_Vtbl {
pub base__: IUnknown_Vtbl,
pub QueryTarget: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub QuerySessionBySessionId: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub EnumerateFarms: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut u32, _: *mut *mut SAFEARRAY) -> HRESULT,
pub EnumerateTargets: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut u32, _: *mut *mut *mut c_void) -> HRESULT,
pub EnumerateEnvironmentsByProvider: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut u32, _: *mut *mut *mut c_void) -> HRESULT,
pub EnumerateSessions: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *const TSSESSION_STATE, _: *mut u32, _: *mut *mut *mut c_void) -> HRESULT,
pub GetFarmProperty: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *const VARIANT) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§QueryTarget: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§QuerySessionBySessionId: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§EnumerateFarms: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut u32, _: *mut *mut SAFEARRAY) -> HRESULT
§EnumerateTargets: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut u32, _: *mut *mut *mut c_void) -> HRESULT
§EnumerateEnvironmentsByProvider: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut u32, _: *mut *mut *mut c_void) -> HRESULT
§EnumerateSessions: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *const TSSESSION_STATE, _: *mut u32, _: *mut *mut *mut c_void) -> HRESULT
§GetFarmProperty: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *const VARIANT) -> HRESULT
Implementations§
§impl ITsSbGlobalStore_Vtbl
impl ITsSbGlobalStore_Vtbl
pub const fn new<Identity: ITsSbGlobalStore_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITsSbGlobalStore_Vtbl
impl RefUnwindSafe for ITsSbGlobalStore_Vtbl
impl Send for ITsSbGlobalStore_Vtbl
impl Sync for ITsSbGlobalStore_Vtbl
impl Unpin for ITsSbGlobalStore_Vtbl
impl UnwindSafe for ITsSbGlobalStore_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