Struct windows::Win32::System::DesktopSharing::IRDPSRAPISharingSession_Vtbl
#[repr(C)]pub struct IRDPSRAPISharingSession_Vtbl {Show 15 fields
pub base__: IDispatch_Vtbl,
pub Open: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Close: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub SetColorDepth: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub ColorDepth: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub Properties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Attendees: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Invitations: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ApplicationFilter: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub VirtualChannelManager: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Pause: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Resume: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub ConnectToClient: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>) -> HRESULT,
pub SetDesktopSharedRect: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: i32, _: i32) -> HRESULT,
pub GetDesktopSharedRect: unsafe extern "system" fn(_: *mut c_void, _: *mut i32, _: *mut i32, _: *mut i32, _: *mut i32) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§Open: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Close: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§SetColorDepth: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§ColorDepth: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§Properties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Attendees: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Invitations: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§ApplicationFilter: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§VirtualChannelManager: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Pause: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Resume: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§ConnectToClient: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>) -> HRESULT
Implementations§
§impl IRDPSRAPISharingSession_Vtbl
impl IRDPSRAPISharingSession_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IRDPSRAPISharingSession_Vtblwhere
Identity: IRDPSRAPISharingSession_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IRDPSRAPISharingSession_Vtbl
impl RefUnwindSafe for IRDPSRAPISharingSession_Vtbl
impl Send for IRDPSRAPISharingSession_Vtbl
impl Sync for IRDPSRAPISharingSession_Vtbl
impl Unpin for IRDPSRAPISharingSession_Vtbl
impl UnwindSafe for IRDPSRAPISharingSession_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