.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH GetAdaptersInfo 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBGetAdaptersInfo\fR (IPHLPAPI.@) .SH SYNOPSIS DWORD GetAdaptersInfo ( PIP_ADAPTER_INFO \fIpAdapterInfo\fR, PULONG \fIpOutBufLen\fR ) .SH DESCRIPTION .PP Get information about adapters. .SH PARAMS \fIpAdapterInfo\fR \fB[Out]\fR buffer for adapter infos. .PP \fIpOutBufLen\fR \fB[In]\fR length of output buffer. .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/iphlpapi_main.c"\fR. .PP Debug channel \fB"iphlpapi"\fR.