microsoft / win32metadata

Tooling to generate metadata for Win32 APIs in the Windows SDK.
Other
1.32k stars 113 forks source link

Add attribute on IPropertyStoreCapabilities::IsPropertyWritable #1942

Closed riverar closed 1 month ago

riverar commented 1 month ago

Fixes: #1941

Adds CanReturnMultipleSuccessValues to IPropertyStoreCapabilities::IsPropertyWritable method. This method can return either S_OK or S_FALSE. Also removes the optional Attribute suffix on a few entries as cleanup.

riverar commented 1 month ago

Oh I cut/pasted it from earlier in the file (GetMessage). Will fix.