Platform SDK: Internet Protocol Helper |
Use the SetIfEntry function to set the administrative status of an interface.
DWORD SetIfEntry( PMIB_IFROW pIfRow // specifies interface and status );
Value | Meaning |
---|---|
MIB_IF_ADMIN_STATUS_UP | The interface is administratively enabled. |
MIB_IF_ADMIN_STATUS_DOWN | The interface is administratively disabled. |
If the function succeeds, the return value is NO_ERROR.
If the function fails, use FormatMessage to obtain the message string for the returned error.
Windows NT/2000: Requires Windows NT 4.0 SP4 or later.
Windows 95/98: Requires Windows 98.
Header: Declared in Iphlpapi.h.
Library: Use Iphlpapi.lib.