Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
HostActionStartSpecifies full initialization. |
HostActionStopSpecifies de-initialization. |
HostActionRestartSpecifies a full driver restart. |
HostActionUnloadSpecifies to unload the driver. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10 |
| Minimum supported server | None supported |
| Header | nfccx.h |