structure SENSOR_CONFIG (sensorscx.h)
Cette structure contient des informations que le pilote de capteur transmet à l’extension de classe sur chaque capteur.
Syntaxe
typedef struct _SENSOR_CONFIG {
ULONG Size;
PSENSOR_COLLECTION_LIST pEnumerationList;
} SENSOR_CONFIG, *PSENSOR_CONFIG;
Membres
Size
Taille allouée de cette structure (en octets).
pEnumerationList
Liste des énumérations. Pour plus d’informations, consultez SENSOR_COLLECTION_LIST.
Remarques
La structure SENSOR_CONFIG fonctionne avec la fonction d’assistance suivante :
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 8.1 |
Serveur minimal pris en charge | Windows Server 2012 R2 |
En-tête | sensorscx.h |