mirror of
https://github.com/reactos/reactos.git
synced 2026-06-20 19:16:02 +08:00
- Do not hold the IopDriverLoadResource while trying to reference a driver object (but still acquire it when we actually need to load a driver) - Change IopLoadDriver and IopInitializeDriverModule to use registry handle instead of a service name string and/or full registry path - Do not try to reference a driver object inside IopLoadDriver. It's supposed to be done before the function call