NFC_CX_HARDWARE_EVENT structure (nfccx.h)

The NFC_CX_HARDWARE_EVENT structure is an input parameter to NfcCxHardwareEvent.

Syntax

typedef struct _NFC_CX_HARDWARE_EVENT {
  NTSTATUS           HardwareStatus;
  NFC_CX_HOST_ACTION HostAction;
} NFC_CX_HARDWARE_EVENT, *PNFC_CX_HARDWARE_EVENT;

Members

HardwareStatus

An NTSTATUS value.

HostAction

An NFC_CX_HOST_ACTION-typed enumerator.

Requirements

Requirement Value
Minimum supported client Windows 10
Minimum supported server None supported
Header nfccx.h (include Ncidef.h)

See also

NFC class extension design guide

Near field communication (NFC) design guide