I think

"Making UNICODE_STRING with wide characters in a buffer and convert to ANSICODE_STRIN
then, takes the buffer

is not a good way to do this

Would you help me?

Re: how can i convert wide character to multibytes? by Don

Don
Sat May 01 07:42:24 CDT 2004

You may not think it is a good way but it is the right way. Microsoft just
made a major effort to get rid of null terminate strings since they have
nasty buffer overflow problems, so what is your problem with this approach?


--
Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
Remove StopSpam from the email to reply

"UNICODE_BOY" <anonymous@discussions.microsoft.com> wrote in message
news:D9B276E0-3D76-4E94-8201-BF4CB50DF968@microsoft.com...
> I think,
>
> "Making UNICODE_STRING with wide characters in a buffer and convert to
ANSICODE_STRING
> then, takes the buffer"
>
> is not a good way to do this.
>
> Would you help me?