win_wrap::hook

Type Alias NextHookFunc

Source
pub type NextHookFunc = dyn for<'a> Fn(&'a WPARAM, &'a LPARAM) -> LRESULT;