* include/iprtrmib.h: Add missing MIB_IF_OPER_STATUS_xxx definitions.
This commit is contained in:
parent
7d278f3da3
commit
d6ced52274
|
@ -1,3 +1,7 @@
|
||||||
|
Sun Oct 1 16:30:00 2000 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* include/iprtrmib.h: Add missing MIB_IF_OPER_STATUS_xxx definitions.
|
||||||
|
|
||||||
Sun Oct 1 16:13:00 2000 Corinna Vinschen <corinna@vinschen.de>
|
Sun Oct 1 16:13:00 2000 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* lib/iphlpapi.def: New stub for iphlpapi.dll.
|
* lib/iphlpapi.def: New stub for iphlpapi.dll.
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
#ifndef _IPRTRMIB_H_
|
#ifndef _IPRTRMIB_H_
|
||||||
#define _IPRTRMIB_H_
|
#define _IPRTRMIB_H_
|
||||||
|
|
||||||
|
#include <ipifcons.h>
|
||||||
|
|
||||||
#ifndef ANY_SIZE
|
#ifndef ANY_SIZE
|
||||||
#define ANY_SIZE 1
|
#define ANY_SIZE 1
|
||||||
#endif
|
#endif
|
||||||
|
@ -12,6 +14,12 @@
|
||||||
#define MAX_INTERFACE_NAME_LEN 256
|
#define MAX_INTERFACE_NAME_LEN 256
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#define MIB_IF_OPER_STATUS_NON_OPERATIONAL 0
|
||||||
|
#define MIB_IF_OPER_STATUS_UNREACHABLE 1
|
||||||
|
#define MIB_IF_OPER_STATUS_DISCONNECTED 2
|
||||||
|
#define MIB_IF_OPER_STATUS_CONNECTING 3
|
||||||
|
#define MIB_IF_OPER_STATUS_CONNECTED 4
|
||||||
|
|
||||||
#define MIB_IPNET_TYPE_OTHER 1
|
#define MIB_IPNET_TYPE_OTHER 1
|
||||||
#define MIB_IPNET_TYPE_INVALID 2
|
#define MIB_IPNET_TYPE_INVALID 2
|
||||||
#define MIB_IPNET_TYPE_DYNAMIC 3
|
#define MIB_IPNET_TYPE_DYNAMIC 3
|
||||||
|
|
Loading…
Reference in New Issue