[1/4] combase: Add TRACEs to string functions.

Alistair Leslie-Hughes leslie_alistair at hotmail.com
Sun Oct 25 03:38:23 CDT 2015


Hi Sebastian,

On 25/10/15 14:43, Sebastian Lackner wrote:
> Signed-off-by: Sebastian Lackner <sebastian at fds-team.de>
> ---

> @@ -95,6 +100,9 @@ HRESULT WINAPI WindowsCreateStringReference(LPCWSTR ptr, UINT32 len,
>                                               HSTRING_HEADER *header, HSTRING *out)
>   {
>       struct hstring_private *priv = impl_from_HSTRING_HEADER(header);
> +
> +    TRACE("(%p, %u, %p, %p)\n", ptr, len, header, out);
Would it make sense to output ptr as a string?

Best Regards
  Alistair Leslie-Hughes




More information about the wine-devel mailing list