From: Eric K. <ek...@rz...> - 2002-06-10 23:04:26
|
ntoskrnl/include/internal/io.h ntoskrnl/io/device.c ntoskrnl/io/driver.c ntoskrnl/io/pnpmgr.c ntoskrnl/ldr/loader.c Changed data structure which represents driver objects from MODULE_OBJECT to DRIVER_OBJECT. Now a DriverEntry's RegistryPath string is usable automagically. Eric |