共用方式為


IKEEXT_IP_VERSION_SPECIFIC_KEYMODULE_STATISTICS1 結構 (iketypes.h)

IKEEXT_IP_VERSION_SPECIFIC_KEYMODULE_STATISTICS1結構包含金鑰處理模組 (IKE、Authip 和 IKEv2) 和 IP 版本特有的各種統計資料。

請注意,IKEEXT_IP_VERSION_SPECIFIC_KEYMODULE_STATISTICS1 是 Windows 7 和更新版本中使用的特定IKEEXT_IP_VERSION_SPECIFIC_KEYMODULE_STATISTICS實作。 如需詳細資訊 ,請參閱 Version-Independent 名稱和以特定版本的 Windows 為目標 。 針對 Windows Vista,IKEEXT_IP_VERSION_SPECIFIC_KEYMODULE_STATISTICS0可供使用。
 

語法

typedef struct IKEEXT_IP_VERSION_SPECIFIC_KEYMODULE_STATISTICS1_ {
  UINT32 currentActiveMainModes;
  UINT32 totalMainModesStarted;
  UINT32 totalSuccessfulMainModes;
  UINT32 totalFailedMainModes;
  UINT32 totalResponderMainModes;
  UINT32 currentNewResponderMainModes;
  UINT32 currentActiveQuickModes;
  UINT32 totalQuickModesStarted;
  UINT32 totalSuccessfulQuickModes;
  UINT32 totalFailedQuickModes;
  UINT32 totalAcquires;
  UINT32 totalReinitAcquires;
  UINT32 currentActiveExtendedModes;
  UINT32 totalExtendedModesStarted;
  UINT32 totalSuccessfulExtendedModes;
  UINT32 totalFailedExtendedModes;
  UINT32 totalImpersonationExtendedModes;
  UINT32 totalImpersonationMainModes;
} IKEEXT_IP_VERSION_SPECIFIC_KEYMODULE_STATISTICS1;

成員

currentActiveMainModes

目前作用中主要模式 CA 的數目。

totalMainModesStarted

主要模式交涉總數。

totalSuccessfulMainModes

成功的主要模式交涉總數。

totalFailedMainModes

主要模式交涉失敗的總數。

totalResponderMainModes

由對等外部起始的主要模式交涉總數。

currentNewResponderMainModes

目前新建立的回應程式主要模式數目仍在初始狀態。

currentActiveQuickModes

目前作用中的快速模式 CA 數目。

totalQuickModesStarted

快速模式交涉總數。

totalSuccessfulQuickModes

成功的快速模式交涉總數。

totalFailedQuickModes

失敗的快速模式交涉總數。

totalAcquires

從 BFE 收到的取得總數。

totalReinitAcquires

內部重新初始化的取得總數。

currentActiveExtendedModes

目前作用中的擴充模式 CA 數目。

totalExtendedModesStarted

擴充模式交涉的總數。

totalSuccessfulExtendedModes

成功的擴充模式交涉總數。

totalFailedExtendedModes

失敗的擴充模式交涉總數。

totalImpersonationExtendedModes

使用模擬的成功擴充模式交涉總數。

totalImpersonationMainModes

使用模擬的成功主要模式交涉總數。

需求

   
最低支援的用戶端 Windows 7 [僅限傳統型應用程式]
最低支援的伺服器 Windows Server 2008 R2 [僅限傳統型應用程式]
標頭 iketypes.h

另請參閱

Windows 篩選平台 API 結構