หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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 |