estructura SECURE_ELEMENT_ENDPOINT_LIST (nfcsedev.h)

Parámetro de salida para IOCTL_NFCSE_ENUM_ENDPOINTS.

Sintaxis

typedef struct _SECURE_ELEMENT_ENDPOINT_LIST {
  DWORD                        NumberOfEndpoints;
  SECURE_ELEMENT_ENDPOINT_INFO EndpointList[ANYSIZE_ARRAY];
} SECURE_ELEMENT_ENDPOINT_LIST, *PSECURE_ELEMENT_ENDPOINT_LIST;

Miembros

NumberOfEndpoints

Número de puntos de conexión enumerados en el controlador NFC.

EndpointList[ANYSIZE_ARRAY]

Matriz de estructuras de SECURE_ELEMENT_ENDPOINT_INFO .

Requisitos

Requisito Valor
Header nfcsedev.h