接続構造
Note
ネットワーク アクセス保護プラットフォームは、Windows 10以降は使用できません
Connections 構造体には、強制によって維持される接続の一覧に関する情報が含まれています。
構文
typedef struct tagConnections {
UINT16 count;
INapEnforcementClientConnection **connections;
} Connections;
メンバー
-
count
-
0 (ゼロ) から maxConnectionCountPerEnforcer の範囲内の強制によって現在維持されているアクティブな接続の数。
-
connections
-
クライアント接続を表す INapEnforcementClientConnection インターフェイスの一覧への COM ポインター。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント |
Windows Vista [デスクトップ アプリのみ] |
サポートされている最小のサーバー |
Windows Server 2008 [デスクトップ アプリのみ] |
ヘッダー |
|
IDL |
|