連接結構
注意
從 Windows 10 開始,無法使用網路存取保護平臺
Connections結構包含強制執行者所維護之連線清單的相關資訊。
語法
typedef struct tagConnections {
UINT16 count;
INapEnforcementClientConnection **connections;
} Connections;
成員
-
計數
-
目前由強制執行者在 0 (零) 至 maxConnectionCountPerEnforcer的範圍內維護的作用中連線數目。
-
連線
-
代表用戶端連線之 INapEnforcementClientConnection 介面清單的 COM 指標。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 |
Windows Vista [僅限傳統型應用程式] |
最低支援的伺服器 |
Windows Server 2008 [僅限傳統型應用程式] |
標頭 |
|
Idl |
|