TRACE () documentation

James Hawkins truiken at gmail.com
Thu Jan 14 20:24:16 CST 2010


On Thu, Jan 14, 2010 at 6:19 PM, James McKenzie
<jjmckenzie51 at earthlink.net> wrote:
> All:
>
> Is there documentation anywhere on how to use the TRACE command?
>
> I am trying to print out the contents of a UNICODE string using this commnd.
>
> Thank you.
>

There are thousands and thousands of examples in the source already.

wchar* unicode_str; or
LPWSTR unicode_str;

TRACE("%s\n", debugstr_w(unicode_str));

-- 
James Hawkins



More information about the wine-devel mailing list