TDN_HYPERLINK_CLICKED notification code
Sent by a task dialog when the user clicks a hyperlink in the task dialog content. This notification code is received only through the task dialog callback function, which can be registered using the TaskDialogIndirect method.
TDN_HYPERLINK_CLICKED
WPARAM wParam;
LPARAM lParam;
Parameters
-
wParam
-
Must be zero.
-
lParam
-
Pointer to a wide-character string containing the URL of the hyperlink.
Return value
The return value is ignored.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2008 [desktop apps only] |
Header |
|