ReactOS 0.4.15-dev-7842-g558ab78
main.c File Reference
#include "precomp.h"
Include dependency graph for main.c:

Go to the source code of this file.

Functions

NTSTATUS NTAPI DriverEntry (IN PDRIVER_OBJECT DriverObject, IN PUNICODE_STRING RegistryPath)
 

Variables

LONG CteTimeIncrement
 

Function Documentation

◆ DriverEntry()

NTSTATUS NTAPI DriverEntry ( IN PDRIVER_OBJECT  DriverObject,
IN PUNICODE_STRING  RegistryPath 
)

Definition at line 12 of file main.c.

14{
15 /* Initialize the time increment for CTE timers */
17
18 return STATUS_SUCCESS;
19}
LONG CteTimeIncrement
Definition: timer.c:27
ULONG NTAPI KeQueryTimeIncrement(VOID)
Definition: clock.c:153
#define STATUS_SUCCESS
Definition: shellext.h:65

Variable Documentation

◆ CteTimeIncrement

LONG CteTimeIncrement
extern

Definition at line 27 of file timer.c.

Referenced by CTESystemUpTime(), and DriverEntry().