阅读:1581回复:3
如何在一个驱动中调用另一个驱动的服务
有谁知道怎么在一个驱动中调用另一个驱动提供的接口?
|
|
沙发#
发布于:2005-03-31 09:14
可以先找到另一个驱动的驱动对象,再找到各种IRP handler
|
|
|
板凳#
发布于:2005-04-03 21:39
那怎么样才能找到那个驱动对象呢?
|
|
地板#
发布于:2005-04-04 05:18
Open the second driver by IoGetDeviceObjectPointer, the name can be
obtained from the notification registered by IoRegisterPlugPlayNotification. |
|