Closed riverar closed 4 months 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.
CanReturnMultipleSuccessValues
IPropertyStoreCapabilities::IsPropertyWritable
S_OK
S_FALSE
Oh I cut/pasted it from earlier in the file (GetMessage). Will fix.
Fixes: #1941
Adds
CanReturnMultipleSuccessValues
toIPropertyStoreCapabilities::IsPropertyWritable
method. This method can return eitherS_OK
orS_FALSE
. Also removes the optional Attribute suffix on a few entries as cleanup.