.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH GetUdpTable 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBGetUdpTable\fR (IPHLPAPI.@) .SH SYNOPSIS DWORD GetUdpTable ( PMIB_UDPTABLE \fIpUdpTable\fR, PDWORD \fIpdwSize\fR, BOOL \fIbOrder\fR ) .SH DESCRIPTION .PP Get a table of active \fBUDP\fR connections. .SH PARAMS \fIpUdpTable\fR \fB[Out]\fR buffer for \fBUDP\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, then by local 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.