// nfcsedev.h
typedef enum _SECURE_ELEMENT_TYPE {
Integrated,
External,
DeviceHost
} SECURE_ELEMENT_TYPE, *PSECURE_ELEMENT_TYPE;
View the official Windows Driver Kit DDI referenceNo description available.
Indicates the type of a secure element.
IntegratedIntegrated secure element.
ExternalSeparate UICC-based secure element.
DeviceHostSeparate HCE-based secure element.