 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
David S. Guest
|
Posted: Tue Apr 25, 2006 12:03 pm Post subject: Problem with WideCharToMultiByte |
|
|
Hello
I have a problem with this function
pSystemProcesses is a UNICODE_STRING and SomeAsciiStr is a char.
WideCharToMultiByte(CP_ACP, 0, pSystemProcesses->ProcessName, -1,
SomeAsciiStr, cbAnsi, NULL, NULL);
When I try to compile it I get the following error.
-Cannot convert 'UNICODE_STRING' TO 'CONST WCHAR_T*'
How can I copy the content of UNICODE_STRING to a wchar_t? |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|