[][src]Struct winapi::um::wbemcli::IWbemContextVtbl

#[repr(C)]
pub struct IWbemContextVtbl {
    pub parent: IUnknownVtbl,
    pub Clone: unsafe extern "system" fn(This: *mut IWbemContext, ppNewCopy: *mut *mut IWbemContext) -> HRESULT,
    pub GetNames: unsafe extern "system" fn(This: *mut IWbemContext, lFlags: c_long, pNames: *mut *mut SAFEARRAY) -> HRESULT,
    pub BeginEnumeration: unsafe extern "system" fn(This: *mut IWbemContext, lFlags: c_long) -> HRESULT,
    pub Next: unsafe extern "system" fn(This: *mut IWbemContext, lFlags: c_long, pstrName: *mut BSTR, pValue: *mut VARIANT) -> HRESULT,
    pub EndEnumeration: unsafe extern "system" fn(This: *mut IWbemContext) -> HRESULT,
    pub SetValue: unsafe extern "system" fn(This: *mut IWbemContext, wszName: LPCWSTR, lFlags: c_long, pValue: *mut VARIANT) -> HRESULT,
    pub GetValue: unsafe extern "system" fn(This: *mut IWbemContext, wszName: LPCWSTR, lFlags: c_long, pValue: *mut VARIANT) -> HRESULT,
    pub DeleteValue: unsafe extern "system" fn(This: *mut IWbemContext, wszName: LPCWSTR, lFlags: c_long) -> HRESULT,
    pub DeleteAll: unsafe extern "system" fn(This: *mut IWbemContext) -> HRESULT,
}

Fields

parent: IUnknownVtblClone: unsafe extern "system" fn(This: *mut IWbemContext, ppNewCopy: *mut *mut IWbemContext) -> HRESULTGetNames: unsafe extern "system" fn(This: *mut IWbemContext, lFlags: c_long, pNames: *mut *mut SAFEARRAY) -> HRESULTBeginEnumeration: unsafe extern "system" fn(This: *mut IWbemContext, lFlags: c_long) -> HRESULTNext: unsafe extern "system" fn(This: *mut IWbemContext, lFlags: c_long, pstrName: *mut BSTR, pValue: *mut VARIANT) -> HRESULTEndEnumeration: unsafe extern "system" fn(This: *mut IWbemContext) -> HRESULTSetValue: unsafe extern "system" fn(This: *mut IWbemContext, wszName: LPCWSTR, lFlags: c_long, pValue: *mut VARIANT) -> HRESULTGetValue: unsafe extern "system" fn(This: *mut IWbemContext, wszName: LPCWSTR, lFlags: c_long, pValue: *mut VARIANT) -> HRESULTDeleteValue: unsafe extern "system" fn(This: *mut IWbemContext, wszName: LPCWSTR, lFlags: c_long) -> HRESULTDeleteAll: unsafe extern "system" fn(This: *mut IWbemContext) -> HRESULT

Auto Trait Implementations

Blanket Implementations

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

type Error = Infallible

The type returned in the event of a conversion error.

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

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> 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> Borrow<T> for T where
    T: ?Sized
[src]

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

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