[][src]Struct winapi::um::wbemdisp::ISWbemRefresher

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

Fields

lpVtbl: *const ISWbemRefresherVtbl

Methods

impl ISWbemRefresher[src]

pub unsafe fn get__NewEnum(&self, pUnk: *mut *mut IUnknown) -> HRESULT[src]

pub unsafe fn Item(
    &self,
    iIndex: c_long,
    objWbemRefreshableItem: *mut *mut ISWbemRefreshableItem
) -> HRESULT
[src]

pub unsafe fn get_Count(&self, iCount: *mut c_long) -> HRESULT[src]

pub unsafe fn Add(
    &self,
    objWbemServices: *mut ISWbemServicesEx,
    bsInstancePath: BSTR,
    iFlags: c_long,
    objWbemNamedValueSet: *mut IDispatch,
    objWbemRefreshableItem: *mut *mut ISWbemRefreshableItem
) -> HRESULT
[src]

pub unsafe fn AddEnum(
    &self,
    objWbemServices: *mut ISWbemServicesEx,
    bsClassName: BSTR,
    iFlags: c_long,
    objWbemNamedValueSet: *mut IDispatch,
    objWbemRefreshableItem: *mut *mut ISWbemRefreshableItem
) -> HRESULT
[src]

pub unsafe fn Remove(&self, iIndex: c_long, iFlags: c_long) -> HRESULT[src]

pub unsafe fn Refresh(&self, iFlags: c_long) -> HRESULT[src]

pub unsafe fn get_AutoReconnect(&self, bCount: *mut VARIANT_BOOL) -> HRESULT[src]

pub unsafe fn put_AutoReconnect(&self, bCount: VARIANT_BOOL) -> HRESULT[src]

pub unsafe fn DeleteAll(&self) -> HRESULT[src]

Methods from Deref<Target = IDispatch>

pub unsafe fn GetTypeInfoCount(&self, pctinfo: *mut UINT) -> HRESULT[src]

pub unsafe fn GetTypeInfo(
    &self,
    iTInfo: UINT,
    lcid: LCID,
    ppTInfo: *mut *mut ITypeInfo
) -> HRESULT
[src]

pub unsafe fn GetIDsOfNames(
    &self,
    riid: REFIID,
    rgszNames: *mut LPOLESTR,
    cNames: UINT,
    lcid: LCID,
    rgDispId: *mut DISPID
) -> HRESULT
[src]

pub unsafe fn Invoke(
    &self,
    dispIdMember: DISPID,
    riid: REFIID,
    lcid: LCID,
    wFlags: WORD,
    pDispParams: *mut DISPPARAMS,
    pVarResult: *mut VARIANT,
    pExcepInfo: *mut EXCEPINFO,
    puArgErr: *mut UINT
) -> HRESULT
[src]

Trait Implementations

impl Interface for ISWbemRefresher[src]

impl Deref for ISWbemRefresher[src]

type Target = IDispatch

The resulting type after dereferencing.

Auto Trait Implementations

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]