连接结构

注意

网络访问保护平台从Windows 10开始不可用

Connections 结构包含有关由强制程序维护的连接列表的信息。

语法

typedef struct tagConnections {
  UINT16                          count;
  INapEnforcementClientConnection **connections;
} Connections;

成员

计数

强制程序当前维护的活动连接数,范围在 0 (0) maxConnectionCountPerEnforcer

连接

指向表示客户端连接的 INapEnforcementClientConnection 接口列表的 COM 指针。

要求

要求
最低受支持的客户端
Windows Vista [仅限桌面应用]
最低受支持的服务器
Windows Server 2008 [仅限桌面应用]
标头
NapEnforcementClient.h
IDL
NapEnforcementClient.idl

另请参阅

NAP 参考

NAP 结构

INapEnforcementClientConnection