How do you properly use WideCharToMultiByte
Posted
by Obediah Stane
on Stack Overflow
See other posts from Stack Overflow
or by Obediah Stane
Published on 2008-10-19T03:33:19Z
Indexed on
2010/04/24
1:03 UTC
Read the original article
Hit count: 233
I've read the documentation here:
http://msdn.microsoft.com/en-us/library/ms776420(VS.85).aspx
I'm stuck on this parameter:
lpMultiByteStr [out] Pointer to a buffer that receives the converted string.
I'm not quite sure how to properly initialize the variable and feed it into the function
© Stack Overflow or respective owner