win32 read java preference from c++ code
- by Jayan
One of our program writes program information(window title, memory etc) in Java Preferences. On windows this is available under registry. How can I read the values written by Java program using c (or c++).
Looks like API I should use is RegGetValue. Is this guaranteed to work on Windows XP 32 bit?
The String written by java is UTF-8 encoded. How do I read such strings in windows (win32 or vc++)
Cheers,
Jayan