On Sat Nov 19 11:32:16 2022 +0000, David Kahurani wrote:
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?
We usually rely on correct input in such cases.