Searched refs:package_key (Results 1 – 1 of 1) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | nt-base.c | 2025 package_key[MagickPathExtent]; in NTRegistryKeyLookup() local 2043 (void) FormatLocaleString(package_key,MagickPathExtent, in NTRegistryKeyLookup() 2046 (void) LogMagickEvent(ConfigureEvent,GetMagickModule(),"%s",package_key); in NTRegistryKeyLookup() 2048 status=RegOpenKeyExA(HKEY_LOCAL_MACHINE,package_key,0,KEY_READ,®istry_key); in NTRegistryKeyLookup() 2050 status=RegOpenKeyExA(HKEY_CURRENT_USER,package_key,0,KEY_READ, in NTRegistryKeyLookup()
|