en-tête wdftimer.h

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

wdftimer.h contient les interfaces de programmation suivantes :

Fonctions

 
WDF_TIMER_CONFIG_INIT

La fonction WDF_TIMER_CONFIG_INIT initialise une structure WDF_TIMER_CONFIG pour un minuteur qui utilise un délai d’échéance unique.
WDF_TIMER_CONFIG_INIT_PERIODIC

La fonction WDF_TIMER_CONFIG_INIT_PERIODIC initialise une structure WDF_TIMER_CONFIG pour un minuteur périodique.
WdfTimerCreate

La méthode WdfTimerCreate crée un objet de minuteur d’infrastructure.
WdfTimerGetParentObject

La méthode WdfTimerGetParentObject retourne un handle à l’objet parent d’un objet de minuteur d’infrastructure spécifié.
WdfTimerStart

La méthode WdfTimerStart démarre l’horloge d’un minuteur.
WdfTimerStop

La méthode WdfTimerStop arrête l’horloge d’un minuteur.

Fonctions de rappel

 
EVT_WDF_TIMER

La fonction de rappel d’événement EvtTimerFunc est appelée lorsqu’une période spécifiée s’est écoulée.

Structures

 
WDF_TIMER_CONFIG

La structure WDF_TIMER_CONFIG contient des informations de configuration pour un objet de minuteur d’infrastructure.