IMFNetCredentialManager::BeginGetCredentials method (mfidl.h)

Begins an asynchronous request to retrieve the user's credentials.

Syntax

HRESULT BeginGetCredentials(
  [in] MFNetCredentialManagerGetParam *pParam,
  [in] IMFAsyncCallback               *pCallback,
  [in] IUnknown                       *pState
);

Parameters

[in] pParam

Pointer to an MFNetCredentialManagerGetParam structure.

[in] pCallback

Pointer to the IMFAsyncCallback interface of a callback object. The caller must implement this interface.

[in] pState

Pointer to the IUnknown interface of a state object, defined by the caller. This parameter can be NULL. The object is returned to the caller when the callback is invoked.

Return value

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Return code Description
S_OK
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

See also

IMFNetCredentialManager