Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A version of this page is also available for
4/8/2010
This enumeration specifies the operational status of an interface.
Syntax
typedef enum {
IfOperStatusUp = 1,
IfOperStatusDown,
IfOperStatusTesting,
IfOperStatusUnknown,
IfOperStatusDormant,
IfOperStatusNotPresent,
IfOperStatusLowerLayerDown
} IF_OPER_STATUS;
Elements
- IfOperStatusUp
The interface is operational.
- IfOperStatusDown
The interface is not operational.
- IfOperStatusTesting
The interface is being tested.
- IfOperStatusUnknown
The interface status is unknown.
- IfOperStatusDormant
The interface is dormant.
- IfOperStatusNotPresent
The interface is not present.
- IfOperStatusLowerLayerDown
The interface is operational, but a networking layer below the interface is not operational.
Remarks
This enumeration is used in the OperStatus member of the IP_ADAPTER_ADDRESSES structure.
Requirements
| Header | iptypes.h |
| Windows Embedded CE | Windows CE .NET 4.2 and later |
| Windows Mobile | Windows Mobile Version 5.0 and later |