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

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

Fields

lpVtbl: *const IWbemObjectSinkExVtbl

Methods

impl IWbemObjectSinkEx[src]

pub unsafe fn WriteMessage(&self, uChannel: ULONG, strMessage: BSTR) -> HRESULT[src]

pub unsafe fn WriteError(
    &self,
    pObjError: *mut IWbemClassObject,
    puReturned: *mut c_uchar
) -> HRESULT
[src]

pub unsafe fn PromptUser(
    &self,
    strMessage: BSTR,
    uPromptType: c_uchar,
    puReturned: *mut c_uchar
) -> HRESULT
[src]

pub unsafe fn WriteProgress(
    &self,
    strActivity: BSTR,
    strCurrentOperation: BSTR,
    strStatusDescription: BSTR,
    uPercentComplete: ULONG,
    uSecondsRemaining: ULONG
) -> HRESULT
[src]

pub unsafe fn WriteStreamParameter(
    &self,
    strName: BSTR,
    vtValue: *mut VARIANT,
    ulType: ULONG,
    ulFlags: ULONG
) -> HRESULT
[src]

Methods from Deref<Target = IWbemObjectSink>

pub unsafe fn Indicate(
    &self,
    lObjectCount: c_long,
    apObjArray: *mut *mut IWbemClassObject
) -> HRESULT
[src]

pub unsafe fn SetStatus(
    &self,
    lFlags: c_long,
    hResult: HRESULT,
    strParam: BSTR,
    pObjParam: *mut IWbemClassObject
) -> HRESULT
[src]

Trait Implementations

impl Interface for IWbemObjectSinkEx[src]

impl Deref for IWbemObjectSinkEx[src]

type Target = IWbemObjectSink

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]