Notă
Accesul la această pagină necesită autorizare. Puteți încerca să vă conectați sau să modificați directoarele.
Accesul la această pagină necesită autorizare. Puteți încerca să modificați directoarele.
Sent by a task dialog when the user clicks the task dialog verification check box. This notification code is received only through the task dialog callback function, which can be registered using the TaskDialogIndirect method.
TDN_VERIFICATION_CLICKED
WPARAM wParam;
LPARAM lParam;
Parameters
-
wParam
-
A BOOL that specifies the status of the verification checkbox. It is TRUE if the verification checkbox is checked, or FALSE if it is unchecked.
-
lParam
-
Must be zero.
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 |
|
See also
-
Reference