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