[PATCH v4 1/3] uiautomationcore: Implement UiaGetReservedNotSupportedValue.

Nikolay Sivov nsivov at codeweavers.com
Mon Nov 1 18:40:03 CDT 2021



On 10/29/21 4:43 PM, Connor McAdams wrote:
> +struct uia_rsrv_obj_marshal_wrapper
> +{
> +    IUnknown IUnknown_iface;
> +    LONG refcount;
> +
> +    IUnknown *marshaler;
> +    IUnknown *marshal_object;
> +};
> +
> +static struct uia_rsrv_obj_marshal_wrapper *impl_uia_rsrv_obj_marshal_wrapper_from_IUnknown(IUnknown *iface)
> +{
> +    return CONTAINING_RECORD(iface, struct uia_rsrv_obj_marshal_wrapper, IUnknown_iface);
> +}
> +static HRESULT uia_rsrv_obj_create_marshal_wrapper(IUnknown *reserved, void **ppv)
> +{

Other than naming, I think this looks good now. I'm not sure if this is
waiting for someone to sign off.



More information about the wine-devel mailing list