[][src]Struct winapi::um::wbemprov::IWbemDecoupledBasicEventProvider

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

Fields

lpVtbl: *const IWbemDecoupledBasicEventProviderVtbl

Methods

impl IWbemDecoupledBasicEventProvider[src]

pub unsafe fn GetSink(
    &self,
    a_Flags: c_long,
    a_Context: *mut IWbemContext,
    a_Sink: *mut *mut IWbemObjectSink
) -> HRESULT
[src]

pub unsafe fn GetService(
    &self,
    a_Flags: c_long,
    a_Context: *mut IWbemContext,
    a_Service: *mut *mut IWbemServices
) -> HRESULT
[src]

Methods from Deref<Target = IWbemDecoupledRegistrar>

pub unsafe fn Register(
    &self,
    a_Flags: c_long,
    a_Context: *mut IWbemContext,
    a_User: LPCWSTR,
    a_Locale: LPCWSTR,
    a_Scope: LPCWSTR,
    a_Registration: LPCWSTR,
    pIUnknown: *mut IUnknown
) -> HRESULT
[src]

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

Trait Implementations

impl Interface for IWbemDecoupledBasicEventProvider[src]

impl Deref for IWbemDecoupledBasicEventProvider[src]

type Target = IWbemDecoupledRegistrar

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]