DRV_ENABLE

3.1

The DRV_ENABLE message is sent to an installable driver when it is loaded or reloaded or whenever Windows is reinstalled after switching to an MS-DOS application.

Parameters

dwDriverIdentifier

Not used.

hDriver

Identifies an instance of the installable driver.

lParam1

Not used.

lParam2

Not used.

Return Value

An installable driver returns zero if it processes this message.

Comments

When the DriverProc function receives this message, it should initialize all of the driver-specific structures with default values.

See Also

DRV_OPEN