Condividi tramite


SENSOR_PROPERTY_LIST struttura (sensorsdef.h)

Questa struttura contiene un elenco di tutte le strutture SENSOR_VALUE_PAIR per ogni sensore. Questa struttura viene restituita chiamando ReadFile.

Sintassi

typedef struct SENSOR_PROPERTY_LIST {
  ULONG       AllocatedSizeInBytes;
  ULONG       Count;
  PROPERTYKEY List[1];
} SENSOR_PROPERTY_LIST, *PSENSOR_PROPERTY_LIST;

Members

AllocatedSizeInBytes

Rappresenta il numero di elementi allocati in List.

Count

Rappresenta il numero di voci usate nell'elenco.

List[1]

Elenco dei valori PROPERTYKEY.

Commenti

Si noti che il parametro List[1] è un buffer di dimensioni variabili. Il primo elemento è un segnaposto e potrebbe non essere accuratamente la dimensione del buffer.

La struttura SENSOR_COLLECTION_LIST funziona con le funzioni helper seguenti:

Requisiti

Requisito Valore
Client minimo supportato Windows 8.1
Server minimo supportato Windows Server 2012 R2
Intestazione sensorsdef.h