NfcCxDeviceInitConfig function (nfccx.h)
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:
Syntax
NTSTATUS NfcCxDeviceInitConfig(
[in, out] PWDFDEVICE_INIT DeviceInit,
[in] PNFC_CX_CLIENT_CONFIG Config
);
Parameters
[in, out] DeviceInit
A pointer to a WDFDEVICE_INIT structure.
[in] Config
A pointer to an NFC_CX_CLIENT_CONFIG structure.
Return value
If the operation succeeds, the function returns STATUS_SUCCESS.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 |
Minimum supported server | None supported |
Target Platform | Windows |
Header | nfccx.h (include Ncidef.h) |
Library | Nfccxstub.lib |
DLL | NfcCx.dll |