Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |