Undocumented functions of NTDLL

2OO1, 7 January



NtCancelTimer
NtCancelTimer

NTSYSAPI 
NTSTATUS
NTAPI

NtCancelTimer(

IN HANDLE TimerHandle, OUT PBOOLEAN CurrentState OPTIONAL );




  • TimerHandle
  •     HANDLE to Timer Object opened with TIMER_MODIFY_STATE access.
  • CurrentState
  •     Pointer to BOOLEAN value, that received state of timer before function call.


    Documented by:
    Tomasz Nowak



    Requirements:
    Library: ntdll.lib


    See also:
    NtOpenTimer
    NtQueryTimer
    NtSetTimer