MIB_IFSTATUS (Compact 2013)
3/26/2014
This structure stores status information for a particular interface.
Syntax
typedef struct _MIB_IFSTATUS {
DWORD dwIfIndex;
DWORD dwAdminStatus;
DWORD dwOperationalStatus;
BOOL bMHbeatActive;
BOOL bMHbeatAlive;
} MIB_IFSTATUS,
*PMIB_IFSTATUS;
Members
- dwIfIndex
The index that identifies the interface.
- dwAdminStatus
The administrative status of the interface-that is, whether the interface is administratively enabled or disabled.
- dwOperationalStatus
The operational status of the interface. This member can be one of the values that are defined in the ROUTER_CONNECTION_STATE enumeration defined in the Mprapip.h header file.
- bMHbeatActive
Specifies whether multicast heartbeat detection is enabled. A value of TRUE indicates that heartbeat detection is enabled. A value of FALSE indicates that heartbeat detection is disabled.
- bMHbeatAlive
Specifies whether the multicast heartbeat dead interval has been exceeded. A value of FALSE indicates that the interval has been exceeded. A value of TRUE indicates that the interval has not been exceeded.
Requirements
Header |
ws2def.h, |