lpmapi.h) (LPMIPTABLE 结构
LPMIPTABLE 结构包含 IP 信息,包括每个接口的 SNMP 索引、IP 地址和子网掩码。 LPMIPTABLE 结构作为 Lpm_IpAddressTable 函数的参数提供。
语法
typedef struct lpmiptable {
ULONG ulIfIndex;
ULONG MediaType;
IN_ADDR IfIpAddr;
IN_ADDR IfNetMask;
} LPMIPTABLE;
成员
ulIfIndex
接口的 SNMP 索引。
MediaType
接口的媒体类型。
IfIpAddr
接口的 IP 地址。
IfNetMask
接口的 IP 子网掩码。
要求
最低受支持的客户端 | Windows 2000 Professional [仅限桌面应用] |
最低受支持的服务器 | Windows 2000 Server [仅限桌面应用] |
标头 | lpmapi.h |