Hello,
I want to read/write the Dword type of registry value. Using API function works, but RegistryGet and RegistrySet didn't work...
String REG_KEY = "KEY_CURRENT_USER\Software\Adobe\Acrobat Distiller\9.0"
Int LiRet
Ulong lTemp
LiRet = RegistryGet(REG_KEY, 'DistillerPrinterFontCache', ReguLong!, LTemp)
Value in registry is 1, but it is returning 0?
Thank you!
-Ping