DRV_DISABLE

3.1

The DRV_DISABLE message is the second message sent by Windows to an installable driver after an application calls the CloseDriver function.

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.

See Also

DRV_CLOSE