pub fn register_wnd_proc(
callback: RawWndProcCallback,
) -> Revertible<impl Fn() + Send + Sync + Clone + 'static>Expand description
Registers a new WNDPROC callback.
Returns a Revertible to revert the register.
pub fn register_wnd_proc(
callback: RawWndProcCallback,
) -> Revertible<impl Fn() + Send + Sync + Clone + 'static>Registers a new WNDPROC callback.
Returns a Revertible to revert the register.