VfZwCancelTimer

NTSTATUS __stdcall VfZwCancelTimer(PVOID TimerHandle, UINT8 *CurrentState){
  PVOID retaddr; 
  if( (unsigned int)ViZwShouldCheck() )
    ViZwCheckVirtualAddress((UINT64)CurrentState, retaddr);
  return((__int64(__fastcall *)(PVOID, UINT8 *))pXdvZwCancelTimer)(TimerHandle, CurrentState);
}

Referenced by:

No references.