|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <wdftimer.h>
Public Member Functions | |
| DECLSPEC_ALIGN (8) BOOLEAN UseHighResolutionTimer | |
Public Attributes | |
| ULONG | Size |
| PFN_WDF_TIMER | EvtTimerFunc |
| ULONG | Period |
| BOOLEAN | AutomaticSerialization |
| ULONG | TolerableDelay |
Definition at line 77 of file wdftimer.h.
| _WDF_TIMER_CONFIG::DECLSPEC_ALIGN | ( | 8 | ) |
| BOOLEAN _WDF_TIMER_CONFIG::AutomaticSerialization |
Definition at line 90 of file wdftimer.h.
| PFN_WDF_TIMER _WDF_TIMER_CONFIG::EvtTimerFunc |
Definition at line 79 of file wdftimer.h.
Referenced by WDF_TIMER_CONFIG_INIT(), and WDF_TIMER_CONFIG_INIT_PERIODIC().
| ULONG _WDF_TIMER_CONFIG::Period |
Definition at line 81 of file wdftimer.h.
Referenced by WDF_TIMER_CONFIG_INIT_PERIODIC().
| ULONG _WDF_TIMER_CONFIG::Size |
Definition at line 78 of file wdftimer.h.
| ULONG _WDF_TIMER_CONFIG::TolerableDelay |
Definition at line 95 of file wdftimer.h.