Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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 |