DRV_QUERYCONFIGURE

3.1

The DRV_QUERYCONFIGURE message is sent to an installable driver to determine whether it can be configured by the user.

Parameters

dwDriverIdentifier

Specifies a unique 32-bit value that identifies the installable driver.

hDriver

Identifies an instance of the installable driver.

lParam1

Not used.

lParam2

Not used.

Return Value

An installable driver returns nonzero if it supports custom configuration and is capable of displaying a configuration dialog box. Otherwise, it returns zero.

See Also

DRV_CONFIGURE