Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the type of action associated with a DEV_QUERY_RESULT_ACTION_DATA structure.
Syntax
typedef enum _DEV_QUERY_RESULT_ACTION {
DevQueryResultStateChange,
DevQueryResultAdd,
DevQueryResultUpdate,
DevQueryResultRemove
} DEV_QUERY_RESULT_ACTION, *PDEV_QUERY_RESULT_ACTION;
Constants
DevQueryResultStateChangeThe state of the query has changed. The State member of the DEV_QUERY_RESULT_ACTION_DATA structure contains the new state. |
DevQueryResultAddThe object specified in DeviceObject member of the DEV_QUERY_RESULT_ACTION_DATA structure has been added to the client's result-set. |
DevQueryResultUpdateThe object specified in DeviceObject member of the DEV_QUERY_RESULT_ACTION_DATA structure has changed. |
DevQueryResultRemoveThe object specified in DeviceObject member of the DEV_QUERY_RESULT_ACTION_DATA structure has been removed from the client's result-set. |
Requirements
| Requirement | Value |
|---|---|
| Header | devquerydef.h |