IMFNetCredentialManager::EndGetCredentials method (mfidl.h)
Completes an asynchronous request to retrieve the user's credentials.
Syntax
HRESULT EndGetCredentials(
[in] IMFAsyncResult *pResult,
[out] IMFNetCredential **ppCred
);
Parameters
[in] pResult
Pointer to an IMFAsyncResult interface that contains the asynchronous result.
[out] ppCred
Receives a pointer to the IMFNetCredential interface, which is used to retrieve the credentials. The caller must release the interface.
Return value
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
Return code | Description |
---|---|
|
The method succeeded. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | mfidl.h |
Library | Mfuuid.lib |