RegOpenKeyEx(HKey, sKey, 0, KEY_READ, k)
Hi! I use advapi32.dll and function lRet = RegOpenKeyEx(HKey_, sKey, 0,
KEY_READ, k) for working in my register. In VB6 it work correctly, but
in vb.net lRet = 5611065534578775. All parameters in vb6 and vb.net are
the same.What's my mistake? Or where can I see the error description?