mirror of
https://github.com/reactos/reactos.git
synced 2025-06-26 08:59:43 +00:00
* Sync up to trunk HEAD (r62975).
svn path=/branches/shell-experiments/; revision=62976
This commit is contained in:
commit
3a088d8ec6
811 changed files with 26955 additions and 128558 deletions
|
@ -1,13 +1,14 @@
|
|||
#ifndef _IPHLPAPI_H
|
||||
#define _IPHLPAPI_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <iprtrmib.h>
|
||||
#include <ipexport.h>
|
||||
#include <iptypes.h>
|
||||
#include <netioapi.h>
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
DWORD WINAPI AddIPAddress(IPAddr,IPMask,DWORD,PULONG,PULONG);
|
||||
DWORD WINAPI CreateIpForwardEntry(PMIB_IPFORWARDROW);
|
||||
DWORD WINAPI CreateIpNetEntry(PMIB_IPNETROW);
|
||||
|
@ -58,7 +59,13 @@ DWORD WINAPI SetIpStatistics(PMIB_IPSTATS);
|
|||
DWORD WINAPI SetIpTTL(UINT);
|
||||
DWORD WINAPI SetTcpEntry(PMIB_TCPROW);
|
||||
DWORD WINAPI UnenableRouter(OVERLAPPED*, LPDWORD);
|
||||
|
||||
#if (NTDDI_VERSION >= NTDDI_VISTA)
|
||||
#include <netioapi.h>
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* _IPHLPAPI_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue