ICredentialProviderFilter::UpdateRemoteCredential method

Updates a credential from a remote session.

Syntax


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

Parameters

pcpcsIn [in]

Type: const CREDENTIAL_PROVIDER_CREDENTIAL_SERIALIZATION*

A constant pointer to a CREDENTIAL_PROVIDER_CREDENTIAL_SERIALIZATION structure.

pcpcsOut [out]

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

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2008 [desktop apps only]

Header

Credentialprovider.h

IDL

Credentialprovider.idl

 

 

Show: