Searched refs:hkcv (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dsysinfo.c996 HKEY hkcv;
1004 0, KEY_QUERY_VALUE, &hkcv))
1006 const char *release = registry_value(hkcv, L"ProductName", pool);
1007 const char *spack = registry_value(hkcv, L"CSDVersion", pool);
1008 const char *curver = registry_value(hkcv, L"CurrentVersion", pool);
1009 const char *curtype = registry_value(hkcv, L"CurrentType", pool);
1010 const char *install = registry_value(hkcv, L"InstallationType", pool);
1011 const char *curbuild = registry_value(hkcv, L"CurrentBuildNumber", pool);
1017 curbuild = registry_value(hkcv, L"CurrentBuild", pool);
992 HKEY hkcv; local

Completed in 70 milliseconds