NfcCxHardwareEvent - NtDoc

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

NTSTATUS NfcCxHardwareEvent(
  WDFDEVICE              Device,
  PNFC_CX_HARDWARE_EVENT HardwareEvent
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-nfccx-nfccxhardwareevent)

NfcCxHardwareEvent function

Description

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:

Parameters

Device

A handle to a framework device object.

HardwareEvent

A pointer to an NFC_CX_HARDWARE_EVENT structure.

Return value

If the operation succeeds, the function returns STATUS_SUCCESS.

See also

NFC class extension design guide

Near field communication (NFC) design guide