Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 IRQL 0 中的线程内,由 IRP 触发的 WskSendTo 调用的完成例程有时在 IRQL 2 中,有时在 IRQL 0 中。这对我来说似乎很奇怪。有谁知道这是否是正常行为?
这是正常行为。
完成例程可以在对例程的调用中直接调用,也可以从任何其他上下文中调用。
有关 IoCompletion 例程的描述,请参阅MSDN。