Share via


IF_OPER_STATUS

A version of this page is also available for

Windows Embedded CE 6.0 R3

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

See Also

Reference

IP Helper Enumerations
IP_ADAPTER_ADDRESSES