// nfcsedev.h
typedef struct _SECURE_ELEMENT_ENDPOINT_LIST {
DWORD NumberOfEndpoints;
SECURE_ELEMENT_ENDPOINT_INFO EndpointList[ANYSIZE_ARRAY];
} SECURE_ELEMENT_ENDPOINT_LIST, *PSECURE_ELEMENT_ENDPOINT_LIST;
View the official Windows Driver Kit DDI referenceNo description available.
The output parameter for IOCTL_NFCSE_ENUM_ENDPOINTS.
NumberOfEndpointsThe number of enumerated endpoints on the NFC controller.
EndpointList[ANYSIZE_ARRAY]An array of SECURE_ELEMENT_ENDPOINT_INFO structures.