IF_OPER_STATUS (Windows Embedded CE 6.0)
1/6/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 |