IAssociatedIdentityProvider::AssociateIdentity メソッド (identityprovider.h)

AssociateIdentity メソッドは、ID をローカル ユーザー アカウントに関連付けます。

構文

HRESULT AssociateIdentity(
  [in]  HWND           hwndParent,
  [out] IPropertyStore **ppPropertyStore
);

パラメーター

[in] hwndParent

アカウント資格情報の収集に使用されるウィンドウの親へのハンドル。

[out] ppPropertyStore

ID に関連付けられている IPropertyStore インターフェイスへのポインター。

戻り値

メソッドが成功すると、 S_OKが返されます。

メソッドが失敗した場合は、エラー コードを返します。 一般的なエラー コードの一覧については、「 共通 HRESULT 値」を参照してください。

解説

このメソッドは、アカウント資格情報を収集するために CredUIPromptForWindowsCredentials を呼び出す必要があります。

要件

   
サポートされている最小のクライアント Windows 7 [デスクトップ アプリのみ]
サポートされている最小のサーバー Windows Server 2008 R2 [デスクトップ アプリのみ]
対象プラットフォーム Windows
ヘッダー identityprovider.h

関連項目

IAssociatedIdentityProvider