Struct IWRdsProtocolManager_Vtbl
#[repr(C)]pub struct IWRdsProtocolManager_Vtbl {
pub base__: IUnknown_Vtbl,
pub Initialize: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const WRDS_SETTINGS) -> HRESULT,
pub CreateListener: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut *mut c_void) -> HRESULT,
pub NotifyServiceStateChange: unsafe extern "system" fn(_: *mut c_void, _: *const WTS_SERVICE_STATE) -> HRESULT,
pub NotifySessionOfServiceStart: unsafe extern "system" fn(_: *mut c_void, _: *const WTS_SESSION_ID) -> HRESULT,
pub NotifySessionOfServiceStop: unsafe extern "system" fn(_: *mut c_void, _: *const WTS_SESSION_ID) -> HRESULT,
pub NotifySessionStateChange: unsafe extern "system" fn(_: *mut c_void, _: *const WTS_SESSION_ID, _: u32) -> HRESULT,
pub NotifySettingsChange: unsafe extern "system" fn(_: *mut c_void, _: *const WRDS_SETTINGS) -> HRESULT,
pub Uninitialize: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Initialize: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const WRDS_SETTINGS) -> HRESULT
§CreateListener: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut *mut c_void) -> HRESULT
§NotifyServiceStateChange: unsafe extern "system" fn(_: *mut c_void, _: *const WTS_SERVICE_STATE) -> HRESULT
§NotifySessionOfServiceStart: unsafe extern "system" fn(_: *mut c_void, _: *const WTS_SESSION_ID) -> HRESULT
§NotifySessionOfServiceStop: unsafe extern "system" fn(_: *mut c_void, _: *const WTS_SESSION_ID) -> HRESULT
§NotifySessionStateChange: unsafe extern "system" fn(_: *mut c_void, _: *const WTS_SESSION_ID, _: u32) -> HRESULT
§NotifySettingsChange: unsafe extern "system" fn(_: *mut c_void, _: *const WRDS_SETTINGS) -> HRESULT
§Uninitialize: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl IWRdsProtocolManager_Vtbl
impl IWRdsProtocolManager_Vtbl
pub const fn new<Identity: IWRdsProtocolManager_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWRdsProtocolManager_Vtbl
impl RefUnwindSafe for IWRdsProtocolManager_Vtbl
impl Send for IWRdsProtocolManager_Vtbl
impl Sync for IWRdsProtocolManager_Vtbl
impl Unpin for IWRdsProtocolManager_Vtbl
impl UnwindSafe for IWRdsProtocolManager_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