TDM_CLICK_VERIFICATION (Compact 2013)
3/28/2014
This message simulates a click on the verification check box of the task dialog, if it exists.
Syntax
TDM_CLICK_VERIFICATION
wParam = (WPARAM) (bool) bCheckboxState;
lParam = (LPARAM) (bool) bCheckboxFocus;
Parameters
- bCheckboxState
[in] TRUE to set the state of the checkbox to be checked; FALSE to set it to be unchecked.
- bCheckboxFocus
[in] TRUE to set the keyboard focus to the checkbox; FALSE otherwise.
Return Value
The return value is ignored.
Remarks
Requirements
Header |
shellctrls.h |