Hi Derrick,
> Trying to write a simple MFC app (though with VS.NET) that goes and
> checks for registry key
> FindRegistryKey("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NetFramework\Po
> licy\ v1.1")
There is no such function like "FindRegistryKey" or "GetRegistryKey"...
Please use:
- RegOpenKey(Ex)
- RegQueryValue(Ex)
- RegCloseKey

Signature
Greetings
Jochen
My blog about Win32 and .NET
http://blog.kalmbachnet.de/
Derrick - 27 Oct 2004 18:02 GMT
Hi Jochen -
Thanks, no wonder I couldn't find the header file. :-)
Derrick
> Hi Derrick,
>
[quoted text clipped - 10 lines]
> - RegQueryValue(Ex)
> - RegCloseKey