RegQueryValueEx function fails On Windows7

Posted by jitesh on Stack Overflow See other posts from Stack Overflow or by jitesh
Published on 2010-04-21T11:50:46Z Indexed on 2010/04/21 11:53 UTC
Read the original article Hit count: 694

Filed under:
|
|

Hi All,

I have a dll made in cpp which tries to read/write some Registry Keys. This code runs perfectly fine in Windows XP (32 bit environment) but it fails in Windows 7(64 bit environment).

The registry keys which this application accesses is the shared registry keys. These keys are not part of 32 bit registry cache(wow32 bit) or 64 bit registry cache.

Please provide your valuable inputs on this.

Thanks in advance.

Jits

© Stack Overflow or respective owner

Related posts about registry

Related posts about windows7