#[repr(C)]
pub struct IContextVtbl {
pub parent: IUnknownVtbl,
pub SetProperty: unsafe extern "system" fn(This: *mut IContext, rpolicyId: REFGUID, flags: CPFLAGS, pUnk: *mut IUnknown) -> HRESULT,
pub RemoveProperty: unsafe extern "system" fn(This: *mut IContext, rPolicyId: REFGUID) -> HRESULT,
pub GetProperty: unsafe extern "system" fn(This: *mut IContext, policyId: REFGUID, pFlags: *mut CPFLAGS, ppUnk: *mut *mut IUnknown) -> HRESULT,
pub EnumContextProps: unsafe extern "system" fn(This: *mut IContext, ppEnumContextProps: *mut *mut IEnumContextProps) -> HRESULT,
}
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.