PFN_SENSORSCXDEVICEGETSENSORLIST funzione di callback (sensorscx.h)

Restituisce un elenco di istanze del sensore associate a un WDFDEVICE.

Sintassi

PFN_SENSORSCXDEVICEGETSENSORLIST PfnSensorscxdevicegetsensorlist;

NTSTATUS * PfnSensorscxdevicegetsensorlist(
  PSENSORSCX_DRIVER_GLOBALS DriverGlobals,
  WDFDEVICE FxDevice,
  SENSOROBJECT *pSensorList,
  PULONG pListCount
)
{...}

Parametri

DriverGlobals

Definizioni globali per il driver.

FxDevice

Handle WDFDEVICE per l'oggetto dispositivo framework che rappresenta il sensore.

pSensorList

Elenco di istanze del sensore.

pListCount

Numero di SENSOROBJECTS in pSensorList.

Valore restituito

Restituisce NTSTATUS con valori diversi. Alcuni valori che possono essere restituiti sono i seguenti:

  • STATUS_SUCCESS viene restituito se la funzione viene completata correttamente.
  • STATUS_INVALID_PARAMETER viene restituito se uno dei parametri In è NULL.
  • STATUS_NOT_FOUND viene restituito se il controller non è disponibile da FxDevice.

Requisiti

Requisito Valore
Intestazione sensorscx.h