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

IPropertyStoreCapabilities has no way to return its value #1227

Open asklar opened 4 days ago

asklar commented 4 days ago

Actual behavior

IPropertyStoreCapabilities::IsPropertyWritable returns S_OK or S_FALSE However it is projected as returning void

Expected behavior

ideally return true/false