NfcCxDeviceInitConfig, fonction (nfccx.h)
Appelé par le pilote client pendant sa routine AddDevice pour exécuter des fonctions DeviceInit. Pendant ce processus, les fonctions de rappel d’E/S suivantes sont également échangées :
Syntaxe
NTSTATUS NfcCxDeviceInitConfig(
[in, out] PWDFDEVICE_INIT DeviceInit,
[in] PNFC_CX_CLIENT_CONFIG Config
);
Paramètres
[in, out] DeviceInit
Pointeur vers une structure WDFDEVICE_INIT.
[in] Config
Pointeur vers une structure NFC_CX_CLIENT_CONFIG.
Valeur de retour
Si l’opération réussit, la fonction retourne STATUS_SUCCESS.
Exigences
Exigence | Valeur |
---|---|
client minimum pris en charge | Windows 10 |
serveur minimum pris en charge | Aucun pris en charge |
plateforme cible | Windows |
d’en-tête | nfccx.h (include Ncidef.h) |
bibliothèque | Nfccxstub.lib |
DLL | NfcCx.dll |