en-tête wdfdriver.h

Cet en-tête est utilisé par wdf. Pour plus d'informations, consultez les pages suivantes :

wdfdriver.h contient les interfaces de programmation suivantes :

Fonctions

 
WDF_DRIVER_CONFIG_INIT

La fonction WDF_DRIVER_CONFIG_INIT initialise la structure WDF_DRIVER_CONFIG d’un pilote.
WDF_DRIVER_VERSION_AVAILABLE_PARAMS_INIT

La fonction WDF_DRIVER_VERSION_AVAILABLE_PARAMS_INIT initialise une structure WDF_DRIVER_VERSION_AVAILABLE_PARAMS.
WdfDriverCreate

La méthode WdfDriverCreate crée un objet de pilote d’infrastructure pour le pilote appelant.
WdfDriverErrorReportApiMissing

En savoir plus sur : Fonction WdfDriverErrorReportApiMissing
WdfDriverGetRegistryPath

La méthode WdfDriverGetRegistryPath récupère le chemin d’accès à la clé de Registre du pilote dans l’arborescence Services du Registre.
WdfDriverIsVersionAvailable

La méthode WdfDriverIsVersionAvailable retourne une valeur booléenne qui indique si le pilote s’exécute avec une version spécifiée de la bibliothèque Kernel-Mode Driver Framework.
WdfDriverOpenParametersRegistryKey

La méthode WdfDriverOpenParametersRegistryKey ouvre la clé de Registre Parameters du pilote et récupère un handle dans un objet de clé de Registre d’infrastructure qui représente la clé.
WdfDriverOpenPersistentStateRegistryKey

En savoir plus sur : WdfDriverOpenPersistentStateRegistryKey
WdfDriverRegisterTraceInfo

La méthode WdfDriverRegisterTraceInfo est réservée à un usage interne uniquement.
WdfDriverRetrieveDriverDataDirectoryString

En savoir plus sur : Fonction WdfDriverRetrieveDriverDataDirectoryString
WdfDriverRetrieveVersionString

La méthode WdfDriverRetrieveVersionString récupère une chaîne Unicode qui identifie la version de l’infrastructure de pilote Kernel-Mode avec laquelle le pilote s’exécute.
WdfDriverWdmGetDriverObject

La méthode WdfDriverWdmGetDriverObject récupère un pointeur vers l’objet de pilote WDM (Windows Driver Model) associé à un objet pilote d’infrastructure spécifié.
WdfGetDriver

La méthode WdfGetDriver retourne un handle à l’objet pilote d’infrastructure qui représente le pilote appelant.
WdfWdmDriverGetWdfDriverHandle

La méthode WdfWdmDriverGetWdfDriverHandle retourne un handle à l’objet de pilote d’infrastructure associé à un objet de pilote WDM (Windows Driver Model) spécifié.

Fonctions de rappel

 
EVT_WDF_DRIVER_DEVICE_ADD

La fonction de rappel d’événement EvtDriverDeviceAdd d’un pilote effectue des opérations d’initialisation de périphérique lorsque le gestionnaire Plug-and-Play (PnP) signale l’existence d’un appareil.
EVT_WDF_DRIVER_UNLOAD

La fonction de rappel d’événement EvtDriverUnload d’un pilote effectue des opérations qui doivent avoir lieu avant le déchargement du pilote.

Structures

 
WDF_DRIVER_CONFIG

La structure WDF_DRIVER_CONFIG est un paramètre d’entrée pour WdfDriverCreate.
WDF_DRIVER_VERSION_AVAILABLE_PARAMS

La structure WDF_DRIVER_VERSION_AVAILABLE_PARAMS spécifie les numéros de version principale et secondaire pour la bibliothèque de l’infrastructure de pilote Kernel-Mode.

Énumérations

 
WDF_DRIVER_INIT_FLAGS

L’énumération WDF_DRIVER_INIT_FLAGS spécifie les indicateurs d’initialisation du pilote.