ReactOS 0.4.15-dev-7924-g5949c20
main.c
Go to the documentation of this file.
1/*
2 * DESCRIPTION: Entry point for TDI.SYS
3 * (c) Captain Obvious
4 */
5
6#include "precomp.h"
7
9
14{
15 /* Initialize the time increment for CTE timers */
17
18 return STATUS_SUCCESS;
19}
20
21/* EOF */
LONG NTSTATUS
Definition: precomp.h:26
DRIVER_INITIALIZE DriverEntry
Definition: main.c:9
LONG CteTimeIncrement
Definition: timer.c:27
ULONG NTAPI KeQueryTimeIncrement(VOID)
Definition: clock.c:153
long LONG
Definition: pedump.c:60
#define STATUS_SUCCESS
Definition: shellext.h:65
#define NTAPI
Definition: typedefs.h:36
#define IN
Definition: typedefs.h:39
_Must_inspect_result_ _In_ PDRIVER_OBJECT _In_ PCUNICODE_STRING RegistryPath
Definition: wdfdriver.h:215
_Must_inspect_result_ _In_ PDRIVER_OBJECT DriverObject
Definition: wdfdriver.h:213