NFC_CX_HARDWARE_EVENT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-nfccx-_nfc_cx_hardware_event)

_NFC_CX_HARDWARE_EVENT structure

Description

The NFC_CX_HARDWARE_EVENT structure is an input parameter to NfcCxHardwareEvent.

Members

HardwareStatus

An NTSTATUS value.

HostAction

An NFC_CX_HOST_ACTION-typed enumerator.

See also

NFC class extension design guide

Near field communication (NFC) design guide