From: ravi on
Hi,

Is there a way to get system time in microseconds in NDIS miniport driver.

Thanks & Regards,
Ravi
From: Thomas F. Divine on
The best you can do is use KeQueryPerformanceCounter.

Thomas F. Divine
http://www.rawether.net


"ravi" <ravi(a)discussions.microsoft.com> wrote in message
news:4250BE49-471A-47F7-B551-10D62FEF87FE(a)microsoft.com...
> Hi,
>
> In NDIS miniport driver, is there a way to get current system time in
> microseconds?
>
> Thanks & Regards,
> Ravi