Struct winapi::sapi::ISpNotifyTranslator
[−]
[src]
pub struct ISpNotifyTranslator { pub lpVtbl: *const ISpNotifyTranslatorVtbl, }
Fields
lpVtbl |
Methods
impl ISpNotifyTranslator
[src]
unsafe fn InitWindowMessage(&mut self, hWnd: HWND, Msg: UINT, wParam: WPARAM, lParam: LPARAM) -> HRESULT
unsafe fn InitCallback(&mut self, pfnCallback: SPNOTIFYCALLBACK, wParam: WPARAM, lParam: LPARAM) -> HRESULT
unsafe fn InitSpNotifyCallback(&mut self, pSpCallback: *mut ISpNotifyCallback, wParam: WPARAM, lParam: LPARAM) -> HRESULT
unsafe fn InitWin32Event(&mut self, hEvent: HANDLE, fCloseHandleOnRelease: BOOL) -> HRESULT
unsafe fn Wait(&mut self, dwMilliseconds: DWORD) -> HRESULT
unsafe fn GetEventHandle(&mut self) -> HANDLE
Methods from Deref<Target=ISpNotifySink>
Trait Implementations
impl Deref for ISpNotifyTranslator
[src]
type Target = ISpNotifySink
The resulting type after dereferencing
fn deref(&self) -> &ISpNotifySink
The method called to dereference a value
impl DerefMut for ISpNotifyTranslator
[src]
fn deref_mut(&mut self) -> &mut ISpNotifySink
The method called to mutably dereference a value