The DRV_LOAD message is sent to an installable driver to notify the driver that it has been loaded.
dwDriverIdentifier
Not used.
hDriver
Identifies an instance of the installable driver.
lParam1
Not used.
lParam2
Not used.
An installable driver returns nonzero if its DriverProc function successfully loads the driver. Otherwise, it returns zero.