.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH GetIpStatistics 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBGetIpStatistics\fR (IPHLPAPI.@) .SH SYNOPSIS DWORD GetIpStatistics ( PMIB_IPSTATS \fIstats\fR ) .SH DESCRIPTION .PP Get the \fBIP\fR statistics for the local computer. .SH PARAMS \fIstats\fR \fB[Out]\fR buffer for \fBIP\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.