// nfccx.h
NTSTATUS NfcCxDeviceInitConfig(
[in, out] PWDFDEVICE_INIT DeviceInit,
[in] PNFC_CX_CLIENT_CONFIG Config
);
View the official Windows Driver Kit DDI referenceNo description available.
Called by the client driver during its AddDevice routine to perform DeviceInit functions. During this process the following I/O callback functions are also exchanged:
DeviceInit [in, out]A pointer to a WDFDEVICE_INIT structure.
Config [in]A pointer to an NFC_CX_CLIENT_CONFIG structure.
If the operation succeeds, the function returns STATUS_SUCCESS.
NFC class extension design guide
Near field communication (NFC) design guide