// 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 referenceNo description available.
SECURE_ELEMENT_ENDPOINT_INFO is a member of SECURE_ELEMENT_ENDPOINT_LIST.
guidSecureElementIdThis is a unique identifier for the secure element.
eSecureElementTypeType of secure element endpoint (NFCEE).