advapi32 regCloseKey on 64-bit
Posted: Fri Sep 08, 2017 9:01 am
Just starting to play with 64bit Jade, I'm killing my client with a getRegValue method, it uses advapi32 calls.
All actually looks OK until I hit the epilog:
call regCloseKey(openKey)
Do I need a function from a different dll?
Or a 64 version of the call perhaps with Integer64 params instead of Integer?
All actually looks OK until I hit the epilog:
call regCloseKey(openKey)
Do I need a function from a different dll?
Or a 64 version of the call perhaps with Integer64 params instead of Integer?