Function user32::SetTimer [] [src]

pub unsafe extern "system" fn SetTimer(
    hWnd: HWND,
    nIDEvent: UINT_PTR,
    uElapse: UINT,
    lpTimerFunc: TimerProc
) -> UINT_PTR