.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH GetIpAddrTable 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBGetIpAddrTable\fR (IPHLPAPI.@) .SH SYNOPSIS DWORD GetIpAddrTable ( PMIB_IPADDRTABLE \fIpIpAddrTable\fR, PULONG \fIpdwSize\fR, BOOL \fIbOrder\fR ) .SH DESCRIPTION .PP Get interface-to-IP address mapping table. .SH PARAMS \fIpIpAddrTable\fR \fB[Out]\fR buffer for mapping table. .PP \fIpdwSize\fR \fB[In/Out]\fR length of output buffer. .PP \fIbOrder\fR \fB[In]\fR whether to sort the table. .PP .SH RETURNS .PP \fBSuccess:\fR \fBNO_ERROR\fR .PP \fBFailure:\fR error code from Winerror.h. .SH NOTES .PP If \fIpdwSize\fR is less than required, the function will return \fBERROR_INSUFFICIENT_BUFFER\fR, and *\fIpdwSize\fR will be set to the required byte size. If \fIbOrder\fR is \fBTRUE\fR, the returned table will be sorted by the next hop and an assortment of arbitrary parameters. .SH IMPLEMENTATION .PP Declared in \fB"iphlpapi.h"\fR. .PP Implemented in \fB"dlls/iphlpapi/iphlpapi_main.c"\fR. .PP Debug channel \fB"iphlpapi"\fR.