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

/vbox/src/VBox/Main/src-client/win/
H A Ddllmain.cpp253 HKEY hkeyInterface; local
255 &hkeyInterface);
262 rc = RegEnumKeyExA(hkeyInterface, idxKey, szCurNm, &cbCurNm, NULL, NULL, NULL, NULL);
272 rc = RegOpenKeyExA(hkeyInterface, szCurNm, NULL, KEY_QUERY_VALUE, &hkeyIfTypelib);
306 rc = SHDeleteKeyA(hkeyInterface, szCurNm);
310 RegCloseKey(hkeyInterface);

Completed in 41 milliseconds