hsubkey 92 ext/com_dotnet/com_typeinfo.c HKEY hkey, hsubkey; hsubkey 111 ext/com_dotnet/com_typeinfo.c ERROR_SUCCESS == RegOpenKeyEx(hkey, keyname, 0, KEY_READ, &hsubkey)) { hsubkey 112 ext/com_dotnet/com_typeinfo.c if (ERROR_SUCCESS == RegQueryInfoKey(hsubkey, NULL, NULL, NULL, &VersionCount, hsubkey 115 ext/com_dotnet/com_typeinfo.c if (ERROR_SUCCESS != RegEnumKey(hsubkey, j, version, sizeof(version))) { hsubkey 120 ext/com_dotnet/com_typeinfo.c if (ERROR_SUCCESS == RegQueryValue(hsubkey, version, libname, &libnamelen)) { hsubkey 140 ext/com_dotnet/com_typeinfo.c RegCloseKey(hsubkey);