.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH GetTcpTable 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBGetTcpTable\fR (IPHLPAPI.@) .SH SYNOPSIS DWORD GetTcpTable ( PMIB_TCPTABLE \fIpTcpTable\fR, PDWORD \fIpdwSize\fR, BOOL \fIbOrder\fR ) .SH DESCRIPTION .PP Get the table of active \fBTCP\fR connections. .SH PARAMS \fIpTcpTable\fR \fB[Out]\fR buffer for \fBTCP\fR connections table. .PP \fIpdwSize\fR \fB[In/Out]\fR length of output buffer. .PP \fIbOrder\fR \fB[In]\fR whether to order 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, first by local address and port number, then by remote address and port number. .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.