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

#[repr(C)]
pub struct ISpNotifySourceVtbl {
    pub parent: IUnknownVtbl,
    pub SetNotifySink: unsafe extern "system" fn(This: *mut ISpNotifySource, pNotifySink: *mut ISpNotifySink) -> HRESULT,
    pub SetNotifyWindowMessage: unsafe extern "system" fn(This: *mut ISpNotifySource, hWnd: HWND, Msg: UINT, wParam: WPARAM, lParam: LPARAM) -> HRESULT,
    pub SetNotifyCallbackFunction: unsafe extern "system" fn(This: *mut ISpNotifySource, pfnCallback: SPNOTIFYCALLBACK, wParam: WPARAM, lParam: LPARAM) -> HRESULT,
    pub SetNotifyCallbackInterface: unsafe extern "system" fn(This: *mut ISpNotifySource, pSpCallback: *mut ISpNotifyCallback, wParam: WPARAM, lParam: LPARAM) -> HRESULT,
    pub SetNotifyWin32Event: unsafe extern "system" fn(This: *mut ISpNotifySource) -> HRESULT,
    pub WaitForNotifyEvent: unsafe extern "system" fn(This: *mut ISpNotifySource, dwMilliseconds: DWORD) -> HRESULT,
    pub GetNotifyEventHandle: unsafe extern "system" fn(This: *mut ISpNotifySource) -> HANDLE,
}

Fields

parent: IUnknownVtblSetNotifySink: unsafe extern "system" fn(This: *mut ISpNotifySource, pNotifySink: *mut ISpNotifySink) -> HRESULTSetNotifyWindowMessage: unsafe extern "system" fn(This: *mut ISpNotifySource, hWnd: HWND, Msg: UINT, wParam: WPARAM, lParam: LPARAM) -> HRESULTSetNotifyCallbackFunction: unsafe extern "system" fn(This: *mut ISpNotifySource, pfnCallback: SPNOTIFYCALLBACK, wParam: WPARAM, lParam: LPARAM) -> HRESULTSetNotifyCallbackInterface: unsafe extern "system" fn(This: *mut ISpNotifySource, pSpCallback: *mut ISpNotifyCallback, wParam: WPARAM, lParam: LPARAM) -> HRESULTSetNotifyWin32Event: unsafe extern "system" fn(This: *mut ISpNotifySource) -> HRESULTWaitForNotifyEvent: unsafe extern "system" fn(This: *mut ISpNotifySource, dwMilliseconds: DWORD) -> HRESULTGetNotifyEventHandle: unsafe extern "system" fn(This: *mut ISpNotifySource) -> HANDLE

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]