Struct winapi::sapi::ISpNotifyCallback [] [src]

pub struct ISpNotifyCallback {
    pub lpVtbl: *const ISpNotifyCallbackVtbl,
}

Fields

lpVtbl: *const ISpNotifyCallbackVtbl

Methods

impl ISpNotifyCallback
[src]

unsafe fn NotifyCallback(&mut self, wParam: WPARAM, lParam: LPARAM) -> HRESULT

Trait Implementations

impl Debug for ISpNotifyCallback
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.