// nfccx.h
NTSTATUS NfcCxHardwareEvent(
WDFDEVICE Device,
PNFC_CX_HARDWARE_EVENT HardwareEvent
);
View the official Windows Driver Kit DDI referenceNo description available.
Called by the client driver when a hardware event occurs like D0Entry and D0Exit callbacks to start or stop the device. For drivers that require firmware download on initialization or boot-up, it is recommended to move this call to a separate work item. However, the client driver is responsible for the following:
DeviceA handle to a framework device object.
HardwareEventA pointer to an NFC_CX_HARDWARE_EVENT structure.
If the operation succeeds, the function returns STATUS_SUCCESS.
NFC class extension design guide
Near field communication (NFC) design guide