rodrigocfd / winsafe

Windows API and GUI in safe, idiomatic Rust.
https://crates.io/crates/winsafe
MIT License
518 stars 30 forks source link

Fix PFTASKDIALOGCALLBACK and TASKDIALOGCONFIG signatures. #107

Closed caesay closed 11 months ago

caesay commented 11 months ago

As title says. The current signature for PFTASKDIALOGCALLBACK has no return value, and the 'msg' value is a co::WM, but this is not correct. See the documentation for more details https://learn.microsoft.com/en-us/windows/win32/api/commctrl/nc-commctrl-pftaskdialogcallback