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

/vbox/src/VBox/Main/src-client/win/
H A Ddllmain.cpp62 static const char * const g_apszTypelibGuidKeys[] = variable
323 unsigned i = RT_ELEMENTS(g_apszTypelibGuidKeys);
327 LONG rc = RegOpenKeyExA(hkeyClassesRoot, g_apszTypelibGuidKeys[i], NULL,
352 //RTAssertMsg2("Should delete HCR\\%s\\%s\n", g_apszTypelibGuidKeys[i], g_apszTypelibVersions[iVer]);
367 rc = RegDeleteKeyA(hkeyClassesRoot, g_apszTypelibGuidKeys[i]);

Completed in 48 milliseconds