Getting a HKEY/HANDLE from RegistryKey?

  • Thread starter Thread starter =JT=
  • Start date Start date
J

=JT=

I would like to get the HKEY(a handle to the registry key) from the
RegistryKey class in C#, but it does not seem to be exposed. is it
possible?
 
No the KEY handle is not pubicly exposed, do you have a specific need for
it?

Willy.
 
yes, i have a C++ dll that does my registry encryption/decryption. it
requires a handle/hkey.
 
Back
Top