NFC_CX_HOST_ACTION enumeration (nfccx.h)
The NFC_CX_HOST_ACTION enumeration specifies host actions.
Syntax
typedef enum _NFC_CX_HOST_ACTION {
HostActionStart,
HostActionStop,
HostActionRestart,
HostActionUnload
} NFC_CX_HOST_ACTION, *PNFC_CX_HOST_ACTION;
Constants
HostActionStart Specifies full initialization. |
HostActionStop Specifies de-initialization. |
HostActionRestart Specifies a full driver restart. |
HostActionUnload Specifies to unload the driver. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 |
Minimum supported server | None supported |
Header | nfccx.h |