Condividi tramite


enumerazione DEV_QUERY_RESULT_ACTION (devquerydef.h)

Specifica il tipo di azione associata a una struttura DEV_QUERY_RESULT_ACTION_DATA.

Sintassi

typedef enum _DEV_QUERY_RESULT_ACTION {
  DevQueryResultStateChange,
  DevQueryResultAdd,
  DevQueryResultUpdate,
  DevQueryResultRemove
} DEV_QUERY_RESULT_ACTION, *PDEV_QUERY_RESULT_ACTION;

Costanti

 
DevQueryResultStateChange
Lo stato della query è cambiato. Il membro state della struttura DEV_QUERY_RESULT_ACTION_DATA contiene il nuovo stato.
DevQueryResultAdd
L'oggetto specificato in membro deviceObject della struttura DEV_QUERY_RESULT_ACTION_DATA è stato aggiunto al set di risultati del client.
DevQueryResultUpdate
L'oggetto specificato in membro DeviceObject della struttura DEV_QUERY_RESULT_ACTION_DATA è stato modificato.
DevQueryResultRemove
L'oggetto specificato in membro deviceObject della struttura DEV_QUERY_RESULT_ACTION_DATA è stato rimosso dal set di risultati del client.

Fabbisogno

Requisito Valore
intestazione devquerydef.h