Commit 629fc83
authored
Correct return value of
It returns `S_FALSE`, not `S_OK`, according to `afxtaskdialog.cpp` in 14.42.34433.
In testing, returning `S_OK` from an overridden implementation may result in another window (e.g., a main frame window) also presenting help.CTaskDialog::OnHelp()
1 parent 501834a commit 629fc83
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
685 | 685 | | |
686 | 686 | | |
687 | 687 | | |
688 | | - | |
| 688 | + | |
689 | 689 | | |
690 | 690 | | |
691 | 691 | | |
| |||
0 commit comments