.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH AllocateAndGetTcpTableFromStack 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBAllocateAndGetTcpTableFromStack\fR (IPHLPAPI.@) .SH SYNOPSIS DWORD AllocateAndGetTcpTableFromStack ( PMIB_TCPTABLE* \fIppTcpTable\fR, BOOL \fIbOrder\fR, HANDLE \fIheap\fR, DWORD \fIflags\fR ) .SH DESCRIPTION .PP Get the \fBTCP\fR connection table. Like \fBGetTcpTable(3w)\fR, but allocate the returned table from \fIheap\fR. .SH PARAMS \fIppTcpTable\fR \fB[Out]\fR pointer into which the \fBMIB_TCPTABLE\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 \fIppTcpTable\fR is \fBNULL\fR, whatever \fBGetTcpTable(3w)\fR returns otherwise. .SH IMPLEMENTATION .PP Declared in \fB"ipstats.h"\fR. .PP Implemented in \fB"dlls/iphlpapi/ipstats.c"\fR. .PP Debug channel \fB"iphlpapi"\fR.