ICredentialProviderCredential::CommandLinkClicked method (credentialprovider.h)

Enables the Logon UI and Credential UI to indicate that a link was clicked.

Syntax

HRESULT CommandLinkClicked(
  [in] DWORD dwFieldID
);

Parameters

[in] dwFieldID

Type: DWORD

The identifier for the field clicked on.

Return value

Type: HRESULT

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

Remarks

This method contains the logic that the credential provider uses to respond to the click.

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