Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

kdcmsup.c File Reference

#include "kdp.h"

Go to the source code of this file.

Functions

LARGE_INTEGER KdpQueryPerformanceCounter (IN PKTRAP_FRAME TrapFrame)


Function Documentation

LARGE_INTEGER KdpQueryPerformanceCounter IN PKTRAP_FRAME  TrapFrame  ) 
 

Definition at line 24 of file 4/ia64/kdcmsup.c.

References KeQueryPerformanceCounter().

Referenced by KdEnterDebugger().

00030 : 00031 00032 This function returns the current value of the system performance 00033 counter. 00034 00035 Arguments: 00036 00037 None. 00038 00039 Return Value: 00040 00041 The value returned by KeQueryPerformanceCounter is returned as the 00042 function value. 00043 00044 --*/ 00045 00046 { 00047 00048 return KeQueryPerformanceCounter(0); 00049 }


Generated on Sat May 15 19:44:25 2004 for test by doxygen 1.3.7