共用方式為


IIdentityStore::GetCount 方法 (identitystore.h)

GetCount 方法會取得系統上註冊的識別提供者數目。

語法

HRESULT GetCount(
  [out] DWORD *pdwProviders
);

參數

[out] pdwProviders

在系統上註冊的識別提供者數目。

傳回值

如果方法成功,則會傳回 S_OK

如果方法失敗,則會傳回錯誤碼。 如需常見錯誤碼的清單,請參閱 一般 HRESULT 值

規格需求

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

另請參閱

IIdentityStore