.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH GetUniDirectionalAdapterInfo 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBGetUniDirectionalAdapterInfo\fR (IPHLPAPI.@) .SH SYNOPSIS DWORD GetUniDirectionalAdapterInfo ( PIP_UNIDIRECTIONAL_ADAPTER_ADDRESS \fIpIPIfInfo\fR, PULONG \fIdwOutBufLen\fR ) .SH DESCRIPTION .PP This is a Win98-only function to get information on \fB"unidirectional"\fR adapters. Since this is pretty nonsensical in other contexts, it never returns anything. .SH PARAMS \fIpIPIfInfo\fR \fB[Out]\fR buffer for adapter infos. .PP \fIdwOutBufLen\fR \fB[Out]\fR length of the output buffer. .PP .SH RETURNS .PP \fBSuccess:\fR \fBNO_ERROR\fR .PP \fBFailure:\fR error code from Winerror.h. .SH FIXME .PP Stub, returns \fBERROR_NOT_SUPPORTED\fR. .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.