Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

32 lines
765 B

//+-------------------------------------------------------------------------
//
// Microsoft Windows
//
// Copyright (C) Microsoft Corporation, 1998 - 1999
//
// File: ipcfg.h
//
//--------------------------------------------------------------------------
#ifndef HEADER_IPCFG
#define HEADER_IPCFG
HRESULT IpConfigTest(NETDIAG_PARAMS* pParams,
NETDIAG_RESULT* pResults);
void IpConfigCleanup(IN NETDIAG_PARAMS *pParams,
IN OUT NETDIAG_RESULT *pResults);
HRESULT InitIpconfig(NETDIAG_PARAMS *pParams, NETDIAG_RESULT *pResults);
LONG CountInterfaces(PIP_ADAPTER_INFO ListAdapterInfo);
int AddIpAddressString(PIP_ADDR_STRING AddressList, LPSTR Address, LPSTR Mask);
VOID FreeIpAddressStringList(PIP_ADDR_STRING pAddressList);
#endif