Page 1 of 1
EP_RegLoadAndCheckKey
Posted: Wed Jan 01, 2014 1:36 pm
by samsonite131
EP_RegLoadAndCheckKey function serves for reading and verifying registration information.
It combines couple functions EP_RegLoadKey and EP_RegCheckKey.
Is there a Unicode version of EP_RegLoadAndCheckKey? I cannot find it.
I'm assuming EP_RegLoadAndCheckKey is meant for ANSI strings only, because when I enabled the
"UNICODE Registration Scheme" option, the function failed, where it succeeded before.
Re: EP_RegLoadAndCheckKey
Posted: Wed Jan 08, 2014 12:15 pm
by Enigma
Hi samsonite131,
This function is just a wrapper that calls EP_RegLoadKey and then EP_RegCheckKey. If the unicode is enabled, then the unicode versions of load and check functions are being called. So this function is unicode independent, as it does not require any parameter.
In your case the function fails probably because you are trying to load and check ansi key, the key you generated before you enabled unicode checkbox.