[PATCH v3 5/5] comsvcs: Implement ISharedPropertyGroup_CreateProperty().

Nikolay Sivov nsivov at codeweavers.com
Mon Sep 7 07:31:10 CDT 2020


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.



More information about the wine-devel mailing list