Struct winapi::um::objidlbase::IContextVtbl[][src]

#[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, }

Fields

parent: IUnknownVtblSetProperty: unsafe extern "system" fn(This: *mut IContext, rpolicyId: REFGUID, flags: CPFLAGS, pUnk: *mut IUnknown) -> HRESULTRemoveProperty: unsafe extern "system" fn(This: *mut IContext, rPolicyId: REFGUID) -> HRESULTGetProperty: unsafe extern "system" fn(This: *mut IContext, policyId: REFGUID, pFlags: *mut CPFLAGS, ppUnk: *mut *mut IUnknown) -> HRESULTEnumContextProps: unsafe extern "system" fn(This: *mut IContext, ppEnumContextProps: *mut *mut IEnumContextProps) -> HRESULT

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.