Type Alias TIMERPROC

Source
pub type TIMERPROC = extern "system" fn(hWnd: HWND, msg: WM, timerId: usize, nSeconds: u32);
Available on crate feature user only.
Expand description

Type alias to TIMERPROC callback function.