IIdentityStore::GetAt 方法 (identitystore.h)
GetAt 方法會擷取指定識別提供者的 IIdentityProvider 介面指標。
語法
HRESULT GetAt(
[in] const DWORD dwProvider,
[in, out] GUID *pProvGuid,
[out] IUnknown **ppIdentityProvider
);
參數
[in] dwProvider
要擷取之識別提供者的索引。
[in, out] pProvGuid
在輸出時,此參數會接收此函式所擷取之識別提供者 GUID 的指標。
[out] ppIdentityProvider
這個方法所擷取 之 IIdentityProvider 介面指標的指標。
傳回值
如果方法成功,則會傳回 S_OK。
如果方法失敗,則會傳回錯誤碼。 如需常見錯誤碼的清單,請參閱 一般 HRESULT 值。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 7 [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2008 R2 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | identitystore.h |