NFC_CX_HOST_ACTION - NtDoc

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

typedef enum _NFC_CX_HOST_ACTION {
  HostActionStart,
  HostActionStop,
  HostActionRestart,
  HostActionUnload
} NFC_CX_HOST_ACTION, *PNFC_CX_HOST_ACTION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-nfccx-_nfc_cx_host_action)

_NFC_CX_HOST_ACTION enumeration

Description

The NFC_CX_HOST_ACTION enumeration specifies host actions.

Constants

HostActionStart

Specifies full initialization.

HostActionStop

Specifies de-initialization.

HostActionRestart

Specifies a full driver restart.

HostActionUnload

Specifies to unload the driver.

See also

NFC class extension design guide

Near field communication (NFC) design guide