Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
連結したい2つのユニコード文字列があります。
RtlAppendUnicodeStringToString を使用して連結しようとするたびに、「STATUS_BUFFER_TOO_SMALL」と表示されますが、宛先の unicodestring.length を大きな数字に増やしています。
2 つのユニコード文字列を連結する方法は何ですか? ありがとう
宛先バッファーの長さではなく、MaximumLength を変更する必要があると思います。