Type Definition winsafe::TIMERPROC[][src]

pub type TIMERPROC = extern "system" fn(hWnd: HWND, msg: WM, timerId: usize, nSeconds: u32);
Expand description

Type alias to TIMERPROC callback function.