SECURE_ELEMENT_ENDPOINT_INFO - NtDoc

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

typedef struct _SECURE_ELEMENT_ENDPOINT_INFO {
  GUID                guidSecureElementId;
  SECURE_ELEMENT_TYPE eSecureElementType;
} SECURE_ELEMENT_ENDPOINT_INFO, *PSECURE_ELEMENT_ENDPOINT_INFO;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_SECURE_ELEMENT_ENDPOINT_INFO structure

Description

SECURE_ELEMENT_ENDPOINT_INFO is a member of SECURE_ELEMENT_ENDPOINT_LIST.

Members

guidSecureElementId

This is a unique identifier for the secure element.

eSecureElementType

Type of secure element endpoint (NFCEE).