Struct ITsSbSession_Vtbl
#[repr(C)]pub struct ITsSbSession_Vtbl {Show 18 fields
pub base__: IUnknown_Vtbl,
pub SessionId: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub TargetName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetTargetName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Username: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Domain: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub State: unsafe extern "system" fn(_: *mut c_void, _: *mut TSSESSION_STATE) -> HRESULT,
pub SetState: unsafe extern "system" fn(_: *mut c_void, _: TSSESSION_STATE) -> HRESULT,
pub CreateTime: unsafe extern "system" fn(_: *mut c_void, _: *mut FILETIME) -> HRESULT,
pub SetCreateTime: unsafe extern "system" fn(_: *mut c_void, _: FILETIME) -> HRESULT,
pub DisconnectTime: unsafe extern "system" fn(_: *mut c_void, _: *mut FILETIME) -> HRESULT,
pub SetDisconnectTime: unsafe extern "system" fn(_: *mut c_void, _: FILETIME) -> HRESULT,
pub InitialProgram: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetInitialProgram: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub ClientDisplay: unsafe extern "system" fn(_: *mut c_void, _: *mut CLIENT_DISPLAY) -> HRESULT,
pub SetClientDisplay: unsafe extern "system" fn(_: *mut c_void, _: CLIENT_DISPLAY) -> HRESULT,
pub ProtocolType: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SetProtocolType: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
}Fields§
§base__: IUnknown_Vtbl§SessionId: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT§TargetName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetTargetName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§Username: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§Domain: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§State: unsafe extern "system" fn(_: *mut c_void, _: *mut TSSESSION_STATE) -> HRESULT§SetState: unsafe extern "system" fn(_: *mut c_void, _: TSSESSION_STATE) -> HRESULT§CreateTime: unsafe extern "system" fn(_: *mut c_void, _: *mut FILETIME) -> HRESULT§SetCreateTime: unsafe extern "system" fn(_: *mut c_void, _: FILETIME) -> HRESULT§DisconnectTime: unsafe extern "system" fn(_: *mut c_void, _: *mut FILETIME) -> HRESULT§SetDisconnectTime: unsafe extern "system" fn(_: *mut c_void, _: FILETIME) -> HRESULT§InitialProgram: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetInitialProgram: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§ClientDisplay: unsafe extern "system" fn(_: *mut c_void, _: *mut CLIENT_DISPLAY) -> HRESULT§SetClientDisplay: unsafe extern "system" fn(_: *mut c_void, _: CLIENT_DISPLAY) -> HRESULT§ProtocolType: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT§SetProtocolType: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULTImplementations§
§impl ITsSbSession_Vtbl
impl ITsSbSession_Vtbl
pub const fn new<Identity: ITsSbSession_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITsSbSession_Vtbl
impl RefUnwindSafe for ITsSbSession_Vtbl
impl Send for ITsSbSession_Vtbl
impl Sync for ITsSbSession_Vtbl
impl Unpin for ITsSbSession_Vtbl
impl UnwindSafe for ITsSbSession_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