// nfccx.h
NTSTATUS NfcCxDeviceInitialize(
WDFDEVICE Device
);
View the official Windows Driver Kit DDI referenceNo description available.
Called by the client driver after a WDF device has been created during the AddDevice routine.
DeviceA handle to a framework device object.
If the operation succeeds, the function returns STATUS_SUCCESS.
NFC class extension design guide
Near field communication (NFC) design guide