我有2个我想连接的unicode字符串。

每次我尝试使用RtlAppendUnicodeStringToString进行连接时,它都会告诉我“ STATUS_BUFFER_TOO_SMALL”,即使我将目标unicodestring.length增加为大数也是如此。

连接2个unicode字符串的方法是什么?谢谢

最佳答案

我相信您应该更改MaximumLength,而不是目标缓冲区的Length。

关于c - 总结2个unicode字符串-怎么做?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/1117170/

10-13 04:54