Struct windows::Win32::System::ComponentServices::ContextInfo2_Vtbl
#[repr(C)]pub struct ContextInfo2_Vtbl {
pub base__: ContextInfo_Vtbl,
pub GetPartitionId: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub GetApplicationId: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub GetApplicationInstanceId: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
}
Fields§
§base__: ContextInfo_Vtbl
§GetPartitionId: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§GetApplicationId: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§GetApplicationInstanceId: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
Implementations§
§impl ContextInfo2_Vtbl
impl ContextInfo2_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ContextInfo2_Vtblwhere
Identity: ContextInfo2_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ContextInfo2_Vtbl
impl RefUnwindSafe for ContextInfo2_Vtbl
impl Send for ContextInfo2_Vtbl
impl Sync for ContextInfo2_Vtbl
impl Unpin for ContextInfo2_Vtbl
impl UnwindSafe for ContextInfo2_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