windows::Win32::System::RemoteDesktop

Struct IWRdsProtocolConnection_Vtbl

#[repr(C)]
pub struct IWRdsProtocolConnection_Vtbl {
Show 25 fields pub base__: IUnknown_Vtbl, pub GetLogonErrorRedirector: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub AcceptConnection: unsafe extern "system" fn(_: *mut c_void) -> HRESULT, pub GetClientData: unsafe extern "system" fn(_: *mut c_void, _: *mut WTS_CLIENT_DATA) -> HRESULT, pub GetClientMonitorData: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut u32) -> HRESULT, pub GetUserCredentials: unsafe extern "system" fn(_: *mut c_void, _: *mut WTS_USER_CREDENTIAL) -> HRESULT, pub GetLicenseConnection: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub AuthenticateClientToSession: unsafe extern "system" fn(_: *mut c_void, _: *mut WTS_SESSION_ID) -> HRESULT, pub NotifySessionId: unsafe extern "system" fn(_: *mut c_void, _: *const WTS_SESSION_ID, _: HANDLE_PTR) -> HRESULT, pub GetInputHandles: unsafe extern "system" fn(_: *mut c_void, _: *mut HANDLE_PTR, _: *mut HANDLE_PTR, _: *mut HANDLE_PTR) -> HRESULT, pub GetVideoHandle: unsafe extern "system" fn(_: *mut c_void, _: *mut HANDLE_PTR) -> HRESULT, pub ConnectNotify: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT, pub IsUserAllowedToLogon: unsafe extern "system" fn(_: *mut c_void, _: u32, _: HANDLE_PTR, _: PCWSTR, _: PCWSTR) -> HRESULT, pub SessionArbitrationEnumeration: unsafe extern "system" fn(_: *mut c_void, _: HANDLE_PTR, _: BOOL, _: *mut u32, _: *mut u32) -> HRESULT, pub LogonNotify: unsafe extern "system" fn(_: *mut c_void, _: HANDLE_PTR, _: PCWSTR, _: PCWSTR, _: *const WTS_SESSION_ID, _: *mut WRDS_CONNECTION_SETTINGS) -> HRESULT, pub PreDisconnect: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT, pub DisconnectNotify: unsafe extern "system" fn(_: *mut c_void) -> HRESULT, pub Close: unsafe extern "system" fn(_: *mut c_void) -> HRESULT, pub GetProtocolStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut WTS_PROTOCOL_STATUS) -> HRESULT, pub GetLastInputTime: unsafe extern "system" fn(_: *mut c_void, _: *mut u64) -> HRESULT, pub SetErrorInfo: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT, pub CreateVirtualChannel: unsafe extern "system" fn(_: *mut c_void, _: PCSTR, _: BOOL, _: u32, _: *mut usize) -> HRESULT, pub QueryProperty: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: u32, _: u32, _: *const WTS_PROPERTY_VALUE, _: *mut WTS_PROPERTY_VALUE) -> HRESULT, pub GetShadowConnection: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub NotifyCommandProcessCreated: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
}

Fields§

§base__: IUnknown_Vtbl§GetLogonErrorRedirector: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§AcceptConnection: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§GetClientData: unsafe extern "system" fn(_: *mut c_void, _: *mut WTS_CLIENT_DATA) -> HRESULT§GetClientMonitorData: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut u32) -> HRESULT§GetUserCredentials: unsafe extern "system" fn(_: *mut c_void, _: *mut WTS_USER_CREDENTIAL) -> HRESULT§GetLicenseConnection: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§AuthenticateClientToSession: unsafe extern "system" fn(_: *mut c_void, _: *mut WTS_SESSION_ID) -> HRESULT§NotifySessionId: unsafe extern "system" fn(_: *mut c_void, _: *const WTS_SESSION_ID, _: HANDLE_PTR) -> HRESULT§GetInputHandles: unsafe extern "system" fn(_: *mut c_void, _: *mut HANDLE_PTR, _: *mut HANDLE_PTR, _: *mut HANDLE_PTR) -> HRESULT§GetVideoHandle: unsafe extern "system" fn(_: *mut c_void, _: *mut HANDLE_PTR) -> HRESULT§ConnectNotify: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT§IsUserAllowedToLogon: unsafe extern "system" fn(_: *mut c_void, _: u32, _: HANDLE_PTR, _: PCWSTR, _: PCWSTR) -> HRESULT§SessionArbitrationEnumeration: unsafe extern "system" fn(_: *mut c_void, _: HANDLE_PTR, _: BOOL, _: *mut u32, _: *mut u32) -> HRESULT§LogonNotify: unsafe extern "system" fn(_: *mut c_void, _: HANDLE_PTR, _: PCWSTR, _: PCWSTR, _: *const WTS_SESSION_ID, _: *mut WRDS_CONNECTION_SETTINGS) -> HRESULT§PreDisconnect: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT§DisconnectNotify: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§Close: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§GetProtocolStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut WTS_PROTOCOL_STATUS) -> HRESULT§GetLastInputTime: unsafe extern "system" fn(_: *mut c_void, _: *mut u64) -> HRESULT§SetErrorInfo: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT§CreateVirtualChannel: unsafe extern "system" fn(_: *mut c_void, _: PCSTR, _: BOOL, _: u32, _: *mut usize) -> HRESULT§QueryProperty: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: u32, _: u32, _: *const WTS_PROPERTY_VALUE, _: *mut WTS_PROPERTY_VALUE) -> HRESULT§GetShadowConnection: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§NotifyCommandProcessCreated: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT

Implementations§

§

impl IWRdsProtocolConnection_Vtbl

pub const fn new<Identity: IWRdsProtocolConnection_Impl, const OFFSET: isize>() -> Self

pub fn matches(iid: &GUID) -> bool

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.