SECURE_ELEMENT_ROUTING_TABLE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// nfcsedev.h

typedef struct _SECURE_ELEMENT_ROUTING_TABLE {
  DWORD                              NumberOfEntries;
  SECURE_ELEMENT_ROUTING_TABLE_ENTRY TableEntries[ANYSIZE_ARRAY];
} SECURE_ELEMENT_ROUTING_TABLE, *PSECURE_ELEMENT_ROUTING_TABLE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_SECURE_ELEMENT_ROUTING_TABLE structure

Description

SECURE_ELEMENT_ROUTING_TABLE is an input parameter for IOCTL_NFCSE_SET_ROUTING_TABLE.

Members

NumberOfEntries

Number of routing table entries.

TableEntries[ANYSIZE_ARRAY]

Listen mode routing table.