.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH AllocateAndGetIpNetTableFromStack 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBAllocateAndGetIpNetTableFromStack\fR (IPHLPAPI.@) .SH SYNOPSIS DWORD AllocateAndGetIpNetTableFromStack ( PMIB_IPNETTABLE* \fIppIpNetTable\fR, BOOL \fIbOrder\fR, HANDLE \fIheap\fR, DWORD \fIflags\fR ) .SH DESCRIPTION .PP Get the IP-to-physical address mapping table. Like \fBGetIpNetTable(3w)\fR, but allocate the returned table from \fIheap\fR. .SH PARAMS \fIppIpNetTable\fR \fB[Out]\fR pointer into which the \fBMIB_IPNETTABLE\fR is allocated and returned. .PP \fIbOrder\fR \fB[In]\fR whether to sort the table. .PP \fIheap\fR \fB[In]\fR \fIheap\fR from which the table is allocated. .PP \fIflags\fR \fB[In]\fR \fIflags\fR to HeapAlloc. .PP .SH RETURNS .PP \fBERROR_INVALID_PARAMETER\fR if \fIppIpNetTable\fR is \fBNULL\fR, other error codes on failure, \fBNO_ERROR\fR on success. .SH IMPLEMENTATION .PP Declared in \fB"ipstats.h"\fR. .PP Implemented in \fB"dlls/iphlpapi/ipstats.c"\fR. .PP Debug channel \fB"iphlpapi"\fR.