Struct windows::Win32::System::DesktopSharing::IRDPSRAPIApplication_Vtbl
#[repr(C)]pub struct IRDPSRAPIApplication_Vtbl {
pub base__: IDispatch_Vtbl,
pub Windows: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Id: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub Shared: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub SetShared: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT,
pub Name: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub Flags: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§Windows: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Id: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§Name: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§Flags: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
Implementations§
§impl IRDPSRAPIApplication_Vtbl
impl IRDPSRAPIApplication_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IRDPSRAPIApplication_Vtblwhere
Identity: IRDPSRAPIApplication_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IRDPSRAPIApplication_Vtbl
impl RefUnwindSafe for IRDPSRAPIApplication_Vtbl
impl Send for IRDPSRAPIApplication_Vtbl
impl Sync for IRDPSRAPIApplication_Vtbl
impl Unpin for IRDPSRAPIApplication_Vtbl
impl UnwindSafe for IRDPSRAPIApplication_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