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

  • Thread starter Thread starter sarab
  • Start date Start date
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
 
Back
Top