DRV_LOAD

3.1

The DRV_LOAD message is sent to an installable driver to notify the driver that it has been loaded.

Parameters

dwDriverIdentifier

Not used.

hDriver

Identifies an instance of the installable driver.

lParam1

Not used.

lParam2

Not used.

Return Value

An installable driver returns nonzero if its DriverProc function successfully loads the driver. Otherwise, it returns zero.