Lines Matching refs:hkey
130 hkey; member
1019 hkey; in NTGetRegistryValue() local
1027 if (RegOpenKeyExA(root,key,0,KEY_READ | flags,&hkey) != ERROR_SUCCESS) in NTGetRegistryValue()
1034 status=RegQueryValueExA(hkey,(char *) name,0,&type,p,&extent); in NTGetRegistryValue()
1035 RegCloseKey(hkey); in NTGetRegistryValue()
1082 hkey; in NTLocateGhostscript() local
1095 if (RegOpenKeyExA(registry_roots[j].hkey,key,0,mode,&hkey) == in NTLocateGhostscript()
1108 for (k=0; RegEnumKeyA(hkey,k,key,extent) == ERROR_SUCCESS; k++) in NTLocateGhostscript()
1133 (void) RegCloseKey(hkey); in NTLocateGhostscript()
1240 if (NTGetRegistryValue(registry_roots[root_index].hkey,buffer,flags,name,value,&extent) != 0) in NTGhostscriptGetString()
1245 if (NTGetRegistryValue(registry_roots[root_index].hkey,buffer,flags,name,value,&extent) != 0) in NTGhostscriptGetString()