2
Answers

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

Ask a question
Andrey

Andrey

16y
11.1k
1
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)