Sept. 7, 2020
12:31 p.m.
On 8/30/20 6:04 PM, Jactry Zeng wrote:
@@ -37,10 +44,44 @@ struct property_group LONG isolation, release; struct list entry; BSTR name; + struct shared_property *properties; + size_t capacity, count; + CRITICAL_SECTION cs; }; According to docs they have two parallel lists/arrays, one indexed, another named, that don't interact. The one you're introducing does not have to use an array.