开发者

windows driver development: context switch callback?

Is it possible for a driver to reg开发者_如何学JAVAister a callback in the kernel for every context switch?

thanks!


No. Context switches happen too frequently. There are APIs to register yourself for notification of thread / process creation / termination (PsSetCreateProcessNotifyRoutine, etc). Maybe that would help?

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜