Condividi tramite


funzione SENSOR_COLLECTION_LIST_INIT (sensorsdef.h)

Questa funzione inizializza una struttura SENSOR_COLLECTION_LIST .

Sintassi

void SENSOR_COLLECTION_LIST_INIT(
  [out] PSENSOR_COLLECTION_LIST pCollectionList,
  [in]  ULONG                   CollectionListSize
);

Parametri

[out] pCollectionList

Puntatore a un SENSOR_COLLECTION_LIST.

[in] CollectionListSize

Dimensione del SENSOR_COLLECTION_LIST.

Valore restituito

nessuno

Requisiti

Requisito Valore
Piattaforma di destinazione Desktop
Intestazione sensorsdef.h

Vedi anche

SENSOR_COLLECTION_LIST