Andrey

Andrey

  • NA
  • 8
  • 0

RegOpenKeyEx(HKey, sKey, 0, KEY_READ, k)

Sep 16 2008 9:46 AM
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?

Answers (2)