IConnectableCredentialProviderCredential::CommandLinkClicked Method

Responds to a clicked-on link, as specified by the field ID.

Syntax

HRESULT CommandLinkClicked(      
    DWORD dwFieldID
);

Parameters

  • dwFieldID
    [in] Specifies the ID associated with the clicked-on link.

Return Value

Returns S_OK if successful, or an error value otherwise.

Remarks

This method contains the logic that the interface uses to respond to the click.