Compartir a través de


función SENSOR_COLLECTION_LIST_INIT (sensorsdef.h)

Esta función inicializa una estructura de SENSOR_COLLECTION_LIST .

Sintaxis

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

Parámetros

[out] pCollectionList

Puntero a un SENSOR_COLLECTION_LIST.

[in] CollectionListSize

Tamaño del SENSOR_COLLECTION_LIST.

Valor devuelto

None

Requisitos

Requisito Value
Plataforma de destino Escritorio
Encabezado sensorsdef.h

Consulte también

SENSOR_COLLECTION_LIST