ReactOS
0.4.16-dev-1946-g52006dd
precomp.h
Go to the documentation of this file.
1
/*
2
* PROJECT: ReactOS IF Monitor DLL
3
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
4
* PURPOSE: Network Shell main header file
5
* COPYRIGHT: Copyright 2025 Eric Kohl <eric.kohl@reactos.org>
6
*/
7
8
#ifndef PRECOMP_H
9
#define PRECOMP_H
10
11
/* INCLUDES ******************************************************************/
12
13
#define WIN32_NO_STATUS
14
#include <stdarg.h>
15
#include <stdio.h>
16
#include <
windef.h
>
17
#include <
winbase.h
>
18
#define _INC_WINDOWS
19
#include <
winsock2.h
>
20
#include <iphlpapi.h>
21
#include <
ip2string.h
>
22
23
24
#include <
netsh.h
>
25
26
extern
HINSTANCE
hDllInstance
;
27
28
DWORD
29
WINAPI
30
RegisterInterfaceHelper
(
VOID
);
31
32
DWORD
33
WINAPI
34
RegisterIpHelper
(
VOID
);
35
36
DWORD
37
WINAPI
38
RegisterWinsockHelper
(
VOID
);
39
40
#endif
/* PRECOMP_H */
hDllInstance
HINSTANCE hDllInstance
Definition:
browser.c:17
RegisterInterfaceHelper
DWORD WINAPI RegisterInterfaceHelper(VOID)
Definition:
interface.c:110
RegisterIpHelper
DWORD WINAPI RegisterIpHelper(VOID)
Definition:
ip.c:476
RegisterWinsockHelper
DWORD WINAPI RegisterWinsockHelper(VOID)
Definition:
winsock.c:104
DWORD
unsigned long DWORD
Definition:
ntddk_ex.h:95
void
Definition:
nsiface.idl:2307
ip2string.h
netsh.h
winbase.h
windef.h
WINAPI
#define WINAPI
Definition:
msvc.h:6
winsock2.h
dll
win32
ifmon
precomp.h
Generated on Thu Dec 4 2025 06:17:22 for ReactOS by
1.9.6