.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH GetUdpStatistics 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBGetUdpStatistics\fR (IPHLPAPI.@) .SH SYNOPSIS DWORD GetUdpStatistics ( PMIB_UDPSTATS \fIstats\fR ) .SH DESCRIPTION .PP Get the \fBUDP\fR statistics for the local computer. .SH PARAMS \fIstats\fR \fB[Out]\fR buffer for \fBUDP\fR statistics. .PP .SH RETURNS .PP \fBSuccess:\fR \fBNO_ERROR\fR .PP \fBFailure:\fR error code from Winerror.h .SH IMPLEMENTATION .PP Declared in \fB"iphlpapi.h"\fR. .PP Implemented in \fB"dlls/iphlpapi/ipstats.c"\fR. .PP Debug channel \fB"iphlpapi"\fR.