Struct windows::Win32::System::RemoteDesktop::IWorkspace_Vtbl
#[repr(C)]pub struct IWorkspace_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetWorkspaceNames: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT,
pub StartRemoteApplication: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: *const SAFEARRAY) -> HRESULT,
pub GetProcessId: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetWorkspaceNames: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT
§StartRemoteApplication: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: *const SAFEARRAY) -> HRESULT
§GetProcessId: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
Implementations§
§impl IWorkspace_Vtbl
impl IWorkspace_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IWorkspace_Vtblwhere
Identity: IWorkspace_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWorkspace_Vtbl
impl RefUnwindSafe for IWorkspace_Vtbl
impl Send for IWorkspace_Vtbl
impl Sync for IWorkspace_Vtbl
impl Unpin for IWorkspace_Vtbl
impl UnwindSafe for IWorkspace_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