intestazione wdftimer.h

Questa intestazione viene usata da wdf. Per altre informazioni, vedere:

wdftimer.h contiene le interfacce di programmazione seguenti:

Funzioni

 
WDF_TIMER_CONFIG_INIT

La funzione WDF_TIMER_CONFIG_INIT inizializza una struttura WDF_TIMER_CONFIG per un timer che userà un singolo tempo di scadenza.
WDF_TIMER_CONFIG_INIT_PERIODIC

La funzione WDF_TIMER_CONFIG_INIT_PERIODIC inizializza una struttura WDF_TIMER_CONFIG per un timer periodico.
WdfTimerCreate

Il metodo WdfTimerCreate crea un oggetto timer del framework.
WdfTimerGetParentObject

Il metodo WdfTimerGetParentObject restituisce un handle all'oggetto padre di un oggetto timer del framework specificato.
WdfTimerStart

Il metodo WdfTimerStart avvia l'orologio di un timer.
WdfTimerStop

Il metodo WdfTimerStop arresta l'orologio di un timer.

Funzioni di callback

 
EVT_WDF_TIMER

La funzione di callback dell'evento EvtTimerFunc viene chiamata quando è trascorso un periodo di tempo specificato.

Strutture

 
WDF_TIMER_CONFIG

La struttura WDF_TIMER_CONFIG contiene informazioni di configurazione per un oggetto timer del framework.