I need to create a format string for wsprintfW
, so each character should be 2 bytes, UTF-16.
I have Unicode String to print via WriteConsoleW, but format String has ASCII format and it doesn't actually print wchar but 1 bytes each.
fstr dW "DllName: %s", 13, 10, 0
cause compile error "error A2084:constant value too large"