.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH GetIpNetTable 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBGetIpNetTable\fR (IPHLPAPI.@) .SH SYNOPSIS DWORD GetIpNetTable ( PMIB_IPNETTABLE \fIpIpNetTable\fR, PULONG \fIpdwSize\fR, BOOL \fIbOrder\fR ) .SH DESCRIPTION .PP Get the IP-to-physical address mapping table. .SH PARAMS \fIpIpNetTable\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 \fBIP\fR address. .SH IMPLEMENTATION .PP Declared in \fB"ipstats.h"\fR. .PP Implemented in \fB"dlls/iphlpapi/iphlpapi_main.c"\fR. .PP Debug channel \fB"iphlpapi"\fR.