[zz]MyAddDevice
To define an AddDevice callback function that is named MyAddDevice, you must first provide a function declaration that
Then, implement your callback function as follows:
MyAddDevice(
__in struct _DRIVER_OBJECT *DriverObject,
__in struct _DEVICE_OBJECT *PhysicalDeviceObject
)
{
// Function body
}
posted on 2009-12-29 11:12 小默 閱讀(136) 評(píng)論(0) 編輯 收藏 引用 所屬分類: Windows

