Release Notes - 3.2.19
Let's just call this release Friday Fixes. Almost all these are bugs turned up after re-running a bunch of the tests
- Changed all methods that returned
SafeCoTaskMemString
tostring
. After much reading and testing I determined this was redundant with marshaling code in .NET. - Fixed bug with CorrespondingTypeAttribute.GetAttrForEnum with default action
- Fixed bugs in PROPVARIANT get value operations
- Fixed bug in PropVariantToStringVector overload
- Added GetPropertyDescriptionList default prop value to get all properties.
- Made BindContext.EnumObjectParam return empty enumeration if method fails
- Fixed bug in IndirectResource.ctor
- Fixed bug in lookup table for WIA_PROPID_TO_NAME
- Fixed bug in PropVariantToStringVector
- Fixed a number of bugs with IUri and IUriBuilder