-
ce0bd9d0
by Zhiyi Zhang at 2024-10-22T18:06:57+02:00
include: Add Windows.Foundation.PropertyValue runtime class.
-
11be0f5d
by Zhiyi Zhang at 2024-10-22T18:06:57+02:00
wintypes: Use DEFINE_IINSPECTABLE.
The DEFINE_IINSPECTABLE macro is defined in a private .idl file because there are later patches that
need a private COM interface. So store them all in a .idl file for simplicity.
-
e62d6784
by Zhiyi Zhang at 2024-10-22T18:06:57+02:00
wintypes: Add IPropertyValueStatics stub.
-
bbb92575
by Zhiyi Zhang at 2024-10-22T18:06:57+02:00
wintypes: Support IPropertyValue primitive objects.
-
690e7a39
by Zhiyi Zhang at 2024-10-22T18:06:57+02:00
wintypes: Support IPropertyValue primitive array objects.
-
c594799c
by Zhiyi Zhang at 2024-10-22T18:06:57+02:00
wintypes: Implement IReference<boolean>.
-
d7101526
by Zhiyi Zhang at 2024-10-22T18:06:57+02:00
wintypes: Implement IReference<HSTRING>.
-
d30a1a8e
by Zhiyi Zhang at 2024-10-22T18:06:57+02:00
wintypes: Implement IReference<DOUBLE>.
-
c5a6a1f8
by Zhiyi Zhang at 2024-10-22T18:06:57+02:00
wintypes: Add IPropertyValueStatics tests.