accessing %windir%\syswow64\regedit registry through api on windows 2003 (64bit)

S

sarab

Hi,
On windows 2003 (64 bit) , there are 2 registries
1. %windir%\regedit.exe - used by 64 bit apps
2. %windir%\SysWow64\regedit.exe - used by 32 bit apps

The registry api ( RegOpenKeyEx) by default opens the (1) registry.

is there a different api to access the other (2) registry ??

please help.

regards
-sarab
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top