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

#[repr(C)]
pub struct ISpNotifyTranslatorVtbl { pub parent: ISpNotifySinkVtbl, pub InitWindowMessage: unsafe extern "system" fn(This: *mut ISpNotifyTranslator, hWnd: HWND, Msg: UINT, wParam: WPARAM, lParam: LPARAM) -> HRESULT, pub InitCallback: unsafe extern "system" fn(This: *mut ISpNotifyTranslator, pfnCallback: SPNOTIFYCALLBACK, wParam: WPARAM, lParam: LPARAM) -> HRESULT, pub InitSpNotifyCallback: unsafe extern "system" fn(This: *mut ISpNotifyTranslator, pSpCallback: *mut ISpNotifyCallback, wParam: WPARAM, lParam: LPARAM) -> HRESULT, pub InitWin32Event: unsafe extern "system" fn(This: *mut ISpNotifyTranslator, hEvent: HANDLE, fCloseHandleOnRelease: BOOL) -> HRESULT, pub Wait: unsafe extern "system" fn(This: *mut ISpNotifyTranslator, dwMilliseconds: DWORD) -> HRESULT, pub GetEventHandle: unsafe extern "system" fn(This: *mut ISpNotifyTranslator) -> HANDLE, }

Fields

parent: ISpNotifySinkVtblInitWindowMessage: unsafe extern "system" fn(This: *mut ISpNotifyTranslator, hWnd: HWND, Msg: UINT, wParam: WPARAM, lParam: LPARAM) -> HRESULTInitCallback: unsafe extern "system" fn(This: *mut ISpNotifyTranslator, pfnCallback: SPNOTIFYCALLBACK, wParam: WPARAM, lParam: LPARAM) -> HRESULTInitSpNotifyCallback: unsafe extern "system" fn(This: *mut ISpNotifyTranslator, pSpCallback: *mut ISpNotifyCallback, wParam: WPARAM, lParam: LPARAM) -> HRESULTInitWin32Event: unsafe extern "system" fn(This: *mut ISpNotifyTranslator, hEvent: HANDLE, fCloseHandleOnRelease: BOOL) -> HRESULTWait: unsafe extern "system" fn(This: *mut ISpNotifyTranslator, dwMilliseconds: DWORD) -> HRESULTGetEventHandle: unsafe extern "system" fn(This: *mut ISpNotifyTranslator) -> HANDLE

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]