RegOpenKeyEx(IntPtr, String, UInt32, Int32, IntPtr) | Opens the specified registry key. Note that key names are not case sensitive. |
RegOpenKeyEx(SafeRegistryHandle, String, UInt32, Int32, IntPtr) | Opens the specified registry key. Note that key names are not case sensitive. |