ICredentialProviderCredential::CommandLinkClicked method
Enables the Logon UI and Credential UI to indicate that a link was clicked.
Syntax
HRESULT CommandLinkClicked(
[in] DWORD dwFieldID
);
Parameters
- dwFieldID [in]
-
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
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
|
IDL |
|
Show: