共用方式為


IIdentityProvider::FindByUniqueID 方法 (identityprovider.h)

FindByUniqueID 方法會擷取與指定身分識別相關聯的 IPropertyStore 介面實例指標。

語法

HRESULT FindByUniqueID(
  [in]  LPCWSTR        lpszUniqueID,
  [out] IPropertyStore **ppPropertyStore
);

參數

[in] lpszUniqueID

要尋找的唯一身分識別。

[out] ppPropertyStore

與指定識別相關聯的 IPropertyStore 介面實例指標。

傳回值

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

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

規格需求

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

另請參閱

IIdentityProvider