Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 1643 of file kdapi.c.
Referenced by KdEnterDebugger().
{ LARGE_INTEGER Null = {{0}}; /* Check if interrupts were disabled */ if (!KeGetTrapFrameInterruptState(TrapFrame)) { /* Nothing to return */ return Null; } /* Otherwise, do the call */ return KeQueryPerformanceCounter(NULL); }