ICredentialProviderFilter::UpdateRemoteCredential method (credentialprovider.h)

Updates a credential from a remote session.

Syntax

HRESULT UpdateRemoteCredential(
  [in]  const CREDENTIAL_PROVIDER_CREDENTIAL_SERIALIZATION *pcpcsIn,
  [out] CREDENTIAL_PROVIDER_CREDENTIAL_SERIALIZATION       *pcpcsOut
);

Parameters

[in] pcpcsIn

Type: const CREDENTIAL_PROVIDER_CREDENTIAL_SERIALIZATION*

A constant pointer to a CREDENTIAL_PROVIDER_CREDENTIAL_SERIALIZATION structure.

[out] pcpcsOut

Type: CREDENTIAL_PROVIDER_CREDENTIAL_SERIALIZATION*

A pointer to a CREDENTIAL_PROVIDER_CREDENTIAL_SERIALIZATION structure.

Return value

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header credentialprovider.h