SECURE_ELEMENT_ENDPOINT_LIST structure (nfcsedev.h)
The output parameter for IOCTL_NFCSE_ENUM_ENDPOINTS.
Syntax
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
The number of enumerated endpoints on the NFC controller.
EndpointList[ANYSIZE_ARRAY]
An array of SECURE_ELEMENT_ENDPOINT_INFO structures.
Requirements
Requirement | Value |
---|---|
Header | nfcsedev.h |