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

#[repr(C)]
pub struct IWbemObjectSinkExVtbl {
    pub parent: IWbemObjectSinkVtbl,
    pub WriteMessage: unsafe extern "system" fn(This: *mut IWbemObjectSinkEx, uChannel: ULONG, strMessage: BSTR) -> HRESULT,
    pub WriteError: unsafe extern "system" fn(This: *mut IWbemObjectSinkEx, pObjError: *mut IWbemClassObject, puReturned: *mut c_uchar) -> HRESULT,
    pub PromptUser: unsafe extern "system" fn(This: *mut IWbemObjectSinkEx, strMessage: BSTR, uPromptType: c_uchar, puReturned: *mut c_uchar) -> HRESULT,
    pub WriteProgress: unsafe extern "system" fn(This: *mut IWbemObjectSinkEx, strActivity: BSTR, strCurrentOperation: BSTR, strStatusDescription: BSTR, uPercentComplete: ULONG, uSecondsRemaining: ULONG) -> HRESULT,
    pub WriteStreamParameter: unsafe extern "system" fn(This: *mut IWbemObjectSinkEx, strName: BSTR, vtValue: *mut VARIANT, ulType: ULONG, ulFlags: ULONG) -> HRESULT,
}

Fields

parent: IWbemObjectSinkVtblWriteMessage: unsafe extern "system" fn(This: *mut IWbemObjectSinkEx, uChannel: ULONG, strMessage: BSTR) -> HRESULTWriteError: unsafe extern "system" fn(This: *mut IWbemObjectSinkEx, pObjError: *mut IWbemClassObject, puReturned: *mut c_uchar) -> HRESULTPromptUser: unsafe extern "system" fn(This: *mut IWbemObjectSinkEx, strMessage: BSTR, uPromptType: c_uchar, puReturned: *mut c_uchar) -> HRESULTWriteProgress: unsafe extern "system" fn(This: *mut IWbemObjectSinkEx, strActivity: BSTR, strCurrentOperation: BSTR, strStatusDescription: BSTR, uPercentComplete: ULONG, uSecondsRemaining: ULONG) -> HRESULTWriteStreamParameter: unsafe extern "system" fn(This: *mut IWbemObjectSinkEx, strName: BSTR, vtValue: *mut VARIANT, ulType: ULONG, ulFlags: ULONG) -> 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]