IIdentityProvider::GetProviderPropertyStore 方法 (identityprovider.h)
GetProviderPropertyStore方法會擷取與識別提供者相關聯之 IPropertyStore介面的指標。
語法
HRESULT GetProviderPropertyStore(
[out] IPropertyStore **ppPropertyStore
);
參數
[out] ppPropertyStore
與這個識別提供者相關聯的全域 IPropertyStore 介面指標。
傳回值
如果方法成功,它會 傳回S_OK。
如果方法失敗,則會傳回錯誤碼。 如需常見錯誤碼的清單,請參閱 一般 HRESULT 值。
需求
最低支援的用戶端 | Windows 7 [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2008 R2 [僅限桌面應用程式] |
目標平台 | Windows |
標頭 | identityprovider.h |