阅读:1471回复:4
内核态如何获得系统时间?
我要替换用户态的GetSystemTime(),不知如何做?
先谢谢各位了 |
|
最新喜欢:![]()
|
沙发#
发布于:2003-01-14 13:53
VOID
KeQuerySystemTime( OUT PLARGE_INTEGER CurrentTime ); KeQuerySystemTime obtains the current system time. It can be used at any irql [编辑 - 1/14/03 by siteddy] |
|
|
板凳#
发布于:2003-01-14 17:36
hello!
可用native api 中的相关函数,但是它是运行在passive_level上的,比较讨厌!本站就有关于native api 的资料! :D |
|
|
地板#
发布于:2003-01-14 18:56
请问native api中有在驱动修改系统时钟的函数?
|
|
地下室#
发布于:2003-01-16 16:36
在IM Driver里有一个
EXPORT VOID NdisGetCurrentSystemTime( PLARGE_INTEGER pSystemTime ); |
|