Reading register value but fail?

F

fox

Hi!
I am maintaining a program. It suppose read a register value by using
advapi32.dll. The code looks the same as sample code, but it return the error
code "6", which mean outofmemory. What will case this? I check the register
value, and it is in the right place.

Thank you.

fox
 
J

John Nurick

Rather than expecting us to guess, why not post a minimal procedure that
demonstrates the error?
 
Top