Re: Problem in Reading Regsitry Value ...
Quote:
Originally Posted by santoshthankach
Hi All,
My problem is still not resolved.
Can any Guru step in and lend me a helping hand :)
Santosh
The API *is* returning the correct string (or should be if you're compiling for Unicode). Run an experiment to confirm it in your own mind. Loop through the string character by character and dump each character out (as an "int" for instance). You should see that it matches the string in the registry (look up the corresponding Unicode character). It's simply a display problem as others have now pointed out.
Re: Problem in Reading Regsitry Value ...
Quote:
Originally Posted by Sef
The API *is* returning the correct string (or should be if you're compiling for Unicode). Run an experiment to confirm it in your own mind. Loop through the string character by character and dump each character out (as an "int" for instance). You should see that it matches the string in the registry (look up the corresponding Unicode character). It's simply a display problem as others have now pointed out.
Or alternavely look in the "Memory" window if you know how to properly read this (if not it's good learn)