// nfccx.h
typedef struct _NFC_CX_HARDWARE_EVENT {
NTSTATUS HardwareStatus;
NFC_CX_HOST_ACTION HostAction;
} NFC_CX_HARDWARE_EVENT, *PNFC_CX_HARDWARE_EVENT;
View the official Windows Driver Kit DDI referenceNo description available.
The NFC_CX_HARDWARE_EVENT structure is an input parameter to NfcCxHardwareEvent.
HardwareStatusAn NTSTATUS value.
HostActionAn NFC_CX_HOST_ACTION-typed enumerator.
NFC class extension design guide
Near field communication (NFC) design guide