[PATCH 2/3] uiautomationcore: Add UiaGetReservedMixedAttributeValue stub.

Alistair Leslie-Hughes leslie_alistair at hotmail.com
Mon Mar 20 05:02:46 CDT 2017


Hi Andrey,

> +HRESULT WINAPI UiaGetReservedMixedAttributeValue(IUnknown **value)
> +{
> +    FIXME("(%p) stub!\n", value);
> +    return S_OK;
> +}

Your returning success but not assigning anything to the out parameter
"value".  If you have to return S_OK, maybe *value = NULL might be
good enough.

Same goes for patch 3.

Best Regards
 Alistair Leslie-Hughes


More information about the wine-devel mailing list