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 :
Exigences
Exigence | Valeur |
---|---|
client minimum pris en charge | Windows 8.1 |
serveur minimum pris en charge | Windows Server 2012 R2 |
d’en-tête | sensorscx.h |