.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SetIfEntry 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSetIfEntry\fR (IPHLPAPI.@) .SH SYNOPSIS DWORD SetIfEntry ( PMIB_IFROW \fIpIfRow\fR ) .SH DESCRIPTION .PP Set the administrative status of an interface. .SH PARAMS \fIpIfRow\fR \fB[In]\fR dwAdminStatus member specifies the new status. .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.