共用方式為


IIdentityProvider::Create 方法 (identityprovider.h)

Create方法會建立與指定之使用者名稱相關聯的新身分識別。

語法

HRESULT Create(
  [in]           LPCWSTR           lpszUserName,
  [out]          IPropertyStore    **ppPropertyStore,
  [in, optional] const PROPVARIANT *pKeywordsToAdd
);

參數

[in] lpszUserName

要與新身分識別建立關聯的使用者名稱。

[out] ppPropertyStore

IPropertyStore介面的指標,表示與新身分識別相關聯的屬性存放區。

[in, optional] pKeywordsToAdd

要與新身分識別建立關聯的屬性。

傳回值

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

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

需求

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

另請參閱

IIdentityProvider