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

#[repr(C)]
pub struct IObjContext { pub lpVtbl: *const IObjContextVtbl, }

Fields

lpVtbl: *const IObjContextVtbl

Methods

impl IObjContext[src]

pub unsafe fn Reserved1(&self)[src]

pub unsafe fn Reserved2(&self)[src]

pub unsafe fn Reserved3(&self)[src]

pub unsafe fn Reserved4(&self)[src]

pub unsafe fn Reserved5(&self)[src]

pub unsafe fn Reserved6(&self)[src]

pub unsafe fn Reserved7(&self)[src]

Methods from Deref<Target = IContext>

pub unsafe fn SetProperty(
    &self,
    rpolicyId: REFGUID,
    flags: CPFLAGS,
    pUnk: *mut IUnknown
) -> HRESULT
[src]

pub unsafe fn RemoveProperty(&self, rPolicyId: REFGUID) -> HRESULT[src]

pub unsafe fn GetProperty(
    &self,
    policyId: REFGUID,
    pFlags: *mut CPFLAGS,
    ppUnk: *mut *mut IUnknown
) -> HRESULT
[src]

pub unsafe fn EnumContextProps(
    &self,
    ppEnumContextProps: *mut *mut IEnumContextProps
) -> HRESULT
[src]

Trait Implementations

impl Interface for IObjContext[src]

impl Deref for IObjContext[src]

type Target = IContext

The resulting type after dereferencing.

Auto Trait Implementations

impl !Send for IObjContext

impl !Sync for IObjContext

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]