microsoft / CsWin32

A source generator to add a user-defined set of Win32 P/Invoke methods and supporting types to a C# project.
MIT License
1.99k stars 84 forks source link

`TASKDIALOGCONFIG.pfCallback` should use associated enum for `msg` parameter #1204

Open elachlan opened 3 weeks ago

elachlan commented 3 weeks ago

TASKDIALOGCONFIG.pfCallback should use the enum from the AssociatedEnum attribute for its msg parameter. https://github.com/microsoft/win32metadata/issues/1733

Related: https://github.com/dotnet/winforms/issues/10348