register_wnd_proc

Function register_wnd_proc 

Source
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.