SENSOR_COLLECTION_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_COLLECTION_LIST {
ULONG AllocatedSizeInBytes;
ULONG Count;
SENSOR_VALUE_PAIR List[1];
} SENSOR_COLLECTION_LIST, *PSENSOR_COLLECTION_LIST;
Members
AllocatedSizeInBytes
Rappresenta il numero di elementi allocati in List.
Count
Rappresenta il numero di voci usate nell'elenco.
List[1]
Elenco delle strutture SENSOR_VALUE_PAIR .
Commenti
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 |