ReactOS 0.4.15-dev-7918-g2a2556c
mxtimerkm.h File Reference
#include "mxtimer.h"
Include dependency graph for mxtimerkm.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  _MdTimer
 

Macros

#define TolerableDelayUnlimited   ((ULONG)-1)
 

Typedefs

typedef BOOLEAN(STDCALLPFN_KE_SET_COALESCABLE_TIMER) (__inout PKTIMER Timer, __in LARGE_INTEGER DueTime, __in ULONG Period, __in ULONG TolerableDelay, __in_opt PKDPC Dpc)
 
typedef struct _MdTimer MdTimer
 

Macro Definition Documentation

◆ TolerableDelayUnlimited

#define TolerableDelayUnlimited   ((ULONG)-1)

Definition at line 25 of file mxtimerkm.h.

Typedef Documentation

◆ MdTimer

◆ PFN_KE_SET_COALESCABLE_TIMER

Definition at line 28 of file mxtimerkm.h.