 |
GetIpAddrTable ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
The GetIpAddrTable function retrieves the interface–to–IP address mapping table. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
DWORD GetIpAddrTable(
PMIB_IPADDRTABLE pIpAddrTable, // buffer for mapping table
PULONG pdwSize, // size of buffer
BOOL bOrder // sort the table
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER GetIpAddrTable IN iphlpapi;
STRING @ pIpAddrTable,;
INTEGER @ pdwSize,;
INTEGER bOrder
|
 |
 |
 |
| Parameters: |
 |
pIpAddrTable
[out] Pointer to a buffer that receives the interface–to–IP address mapping table as a MIB_IPADDRTABLE structure.
pdwSize
[in, out] The size of the buffer pointed to by the pIpAddrTable parameter.
bOrder
[in] Specifies whether the returned mapping table should be sorted in ascending order by IP address. |
 |
 |
| Return value: |
 |
| If the function succeeds, the return value is NO_ERROR. |
 |
 |
| Word Index links for the GetIpAddrTable : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2001-12-23 10:00:21 | | Modified: | 2001-12-23 10:02:01 | Visited in last 7 days: 17 |