NAME

GetIpNetTable  (IPHLPAPI.@)

SYNOPSIS

 DWORD GetIpNetTable
 (
  PMIB_IPNETTABLE pIpNetTable,
  PULONG          pdwSize,
  BOOL            bOrder
 )

DESCRIPTION

Returns the ARP cache. On input, *pdwSize is the size in bytes of pIpNetTable. If this is less than required, the function will return ERROR_INSUFFICIENT_BUFFER, and *pdwSize will be set to the required byte size. If bOrder is TRUE, the returned table will be sorted by IP address.

PARAMS

pIpNetTable [In/Out] .
pdwSize [In/Out] .
bOrder [In] .

RETURNS

NO_ERROR on success, something else on failure.

IMPLEMENTATION

Defined in "iphlpapi.h".

Implemented in "dlls/iphlpapi/iphlpapi_main.c". source.winehq.org/source/dlls/iphlpapi/iphlpapi_main.c

Debug channel "iphlpapi".


Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.