On Tue Nov 1 14:59:21 2022 +0000, Nikolay Sivov wrote:
For new methods let's use "xmlwriter *writer", and commas in a trace message. For string tracing this should be using debugstr_wn().
If we use debugstr_wn we will be forced to pass -1 as the length of the string because the user might request a size larger than the length of the string...should we still use debugstr_wn?