SECURE_ELEMENT_ENDPOINT_LIST - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-nfcsedev-_secure_element_endpoint_list)

_SECURE_ELEMENT_ENDPOINT_LIST structure

Description

The output parameter for IOCTL_NFCSE_ENUM_ENDPOINTS.

Members

NumberOfEndpoints

The number of enumerated endpoints on the NFC controller.

EndpointList[ANYSIZE_ARRAY]

An array of SECURE_ELEMENT_ENDPOINT_INFO structures.