// 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 referenceNo description available.
The NFC_CX_HOST_ACTION enumeration specifies host actions.
HostActionStartSpecifies full initialization.
HostActionStopSpecifies de-initialization.
HostActionRestartSpecifies a full driver restart.
HostActionUnloadSpecifies to unload the driver.
NFC class extension design guide
Near field communication (NFC) design guide