GetIpNetTable (IPHLPAPI.@)
DWORD GetIpNetTable ( PMIB_IPNETTABLE pIpNetTable, PULONG pdwSize, BOOL bOrder )
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.
pIpNetTable | [In/Out] | . |
pdwSize | [In/Out] | . |
bOrder | [In] | . |
NO_ERROR on success, something else on failure.
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.