[][src]Struct winapi::um::sapi51::ISpEventSource

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

Fields

lpVtbl: *const ISpEventSourceVtbl

Methods

impl ISpEventSource[src]

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]

Methods from Deref<Target = ISpNotifySource>

pub unsafe fn SetNotifySink(&self, pNotifySink: *mut ISpNotifySink) -> HRESULT[src]

pub unsafe fn SetNotifyWindowMessage(
    &self,
    hWnd: HWND,
    Msg: UINT,
    wParam: WPARAM,
    lParam: LPARAM
) -> HRESULT
[src]

pub unsafe fn SetNotifyCallbackFunction(
    &self,
    pfnCallback: SPNOTIFYCALLBACK,
    wParam: WPARAM,
    lParam: LPARAM
) -> HRESULT
[src]

pub unsafe fn SetNotifyCallbackInterface(
    &self,
    pSpCallback: *mut ISpNotifyCallback,
    wParam: WPARAM,
    lParam: LPARAM
) -> HRESULT
[src]

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

pub unsafe fn WaitForNotifyEvent(&self, dwMilliseconds: DWORD) -> HRESULT[src]

pub unsafe fn GetNotifyEventHandle(&self) -> HANDLE[src]

Trait Implementations

impl Interface for ISpEventSource[src]

impl Deref for ISpEventSource[src]

type Target = ISpNotifySource

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]