Condividi tramite


struttura SECURE_ELEMENT_ENDPOINT_LIST (nfcsedev.h)

Parametro di output per IOCTL_NFCSE_ENUM_ENDPOINTS.

Sintassi

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

Members

NumberOfEndpoints

Numero di endpoint enumerati nel controller NFC.

EndpointList[ANYSIZE_ARRAY]

Matrice di strutture SECURE_ELEMENT_ENDPOINT_INFO .

Requisiti

Requisito Valore
Intestazione nfcsedev.h