Struct windows::Win32::System::RemoteDesktop::IWTSSBPlugin_Vtbl
#[repr(C)]pub struct IWTSSBPlugin_Vtbl {
pub base__: IUnknown_Vtbl,
pub Initialize: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub WTSSBX_MachineChangeNotification: unsafe extern "system" fn(_: *mut c_void, _: WTSSBX_NOTIFICATION_TYPE, _: i32, _: *const WTSSBX_MACHINE_INFO) -> HRESULT,
pub WTSSBX_SessionChangeNotification: unsafe extern "system" fn(_: *mut c_void, _: WTSSBX_NOTIFICATION_TYPE, _: i32, _: u32, _: *const WTSSBX_SESSION_INFO) -> HRESULT,
pub WTSSBX_GetMostSuitableServer: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: *mut i32) -> HRESULT,
pub Terminated: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub WTSSBX_GetUserExternalSession: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: *const WTSSBX_IP_ADDRESS, _: *mut u32, _: *mut WTSSBX_MACHINE_CONNECT_INFO) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Initialize: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§WTSSBX_MachineChangeNotification: unsafe extern "system" fn(_: *mut c_void, _: WTSSBX_NOTIFICATION_TYPE, _: i32, _: *const WTSSBX_MACHINE_INFO) -> HRESULT
§WTSSBX_SessionChangeNotification: unsafe extern "system" fn(_: *mut c_void, _: WTSSBX_NOTIFICATION_TYPE, _: i32, _: u32, _: *const WTSSBX_SESSION_INFO) -> HRESULT
§WTSSBX_GetMostSuitableServer: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: *mut i32) -> HRESULT
§Terminated: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§WTSSBX_GetUserExternalSession: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: *const WTSSBX_IP_ADDRESS, _: *mut u32, _: *mut WTSSBX_MACHINE_CONNECT_INFO) -> HRESULT
Implementations§
§impl IWTSSBPlugin_Vtbl
impl IWTSSBPlugin_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IWTSSBPlugin_Vtblwhere
Identity: IWTSSBPlugin_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWTSSBPlugin_Vtbl
impl RefUnwindSafe for IWTSSBPlugin_Vtbl
impl Send for IWTSSBPlugin_Vtbl
impl Sync for IWTSSBPlugin_Vtbl
impl Unpin for IWTSSBPlugin_Vtbl
impl UnwindSafe for IWTSSBPlugin_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