[][src]Struct winapi::um::sapi53::ISpEventSource2

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

Fields

lpVtbl: *const ISpEventSource2Vtbl

Methods

impl ISpEventSource2[src]

pub unsafe fn GetEventsEx(
    &self,
    ulCount: ULONG,
    pEventArray: *mut SPEVENTEX,
    pulFetched: *mut ULONG
) -> HRESULT
[src]

Methods from Deref<Target = ISpEventSource>

pub unsafe fn SetInterest(
    &self,
    ullEventInterest: ULONGLONG,
    ullQueuedInterest: ULONGLONG
) -> HRESULT
[src]

pub unsafe fn GetEvents(
    &self,
    ulCount: ULONG,
    pEventArray: *mut SPEVENT,
    pulFetched: *mut ULONG
) -> HRESULT
[src]

pub unsafe fn GetInfo(&self, pInfo: *mut SPEVENTSOURCEINFO) -> HRESULT[src]

Trait Implementations

impl Interface for ISpEventSource2[src]

impl Deref for ISpEventSource2[src]

type Target = ISpEventSource

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]