IMFNetCredentialCache::GetCredential メソッド (mfidl.h)
指定した URL の資格情報オブジェクトを取得します。
構文
HRESULT GetCredential(
[in] LPCWSTR pszUrl,
[in] LPCWSTR pszRealm,
[in] DWORD dwAuthenticationFlags,
[out] IMFNetCredential **ppCred,
[out] DWORD *pdwRequirementsFlags
);
パラメーター
[in] pszUrl
資格情報が必要な URL を含む null で終わるワイド文字列。
[in] pszRealm
認証の領域を含む null で終わるワイド文字文字列。
[in] dwAuthenticationFlags
MFNetAuthenticationFlags 列挙からの 0 個以上のフラグのビットごとの OR。
[out] ppCred
IMFNetCredential インターフェイスへのポインターを受け取ります。 呼び出し元はインターフェイスを解放する必要があります。
[out] pdwRequirementsFlags
MFNetCredentialRequirements 列挙体から 0 個以上のフラグのビットごとの OR を受け取ります。
戻り値
このメソッドは HRESULT を返します。 有効な値を次の表に示しますが、これ以外にもあります。
リターン コード | 説明 |
---|---|
|
メソッドが成功しました。 |
要件
サポートされている最小のクライアント | Windows Vista [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows Server 2008 [デスクトップ アプリのみ] |
対象プラットフォーム | Windows |
ヘッダー | mfidl.h |
Library | Mfuuid.lib |