Home
last modified time | relevance | path

Searched refs:deviceIFKey (Results 1 – 1 of 1) sorted by relevance

/trunk/main/setup_native/source/win32/customactions/javafilter/
H A Djfregca.cxx271 HKEY deviceKey, deviceIFKey, soKey, soIFKey; in createKeys() local
274 if (ERROR_SUCCESS == RegOpenKeyEx(deviceKey,IFPath,0,KEY_ALL_ACCESS, &deviceIFKey)) { in createKeys()
275 RegSetValueEx(deviceIFKey, clsid1, 0, REG_SZ, NULL, NULL); in createKeys()
307 HKEY deviceKey, deviceIFKey, soKey, soIFKey; in deleteKeys() local
310 if (ERROR_SUCCESS == RegOpenKeyEx(deviceKey,IFPath,0,KEY_ALL_ACCESS, &deviceIFKey)) { in deleteKeys()
311 RegDeleteValue(deviceIFKey, clsid1); in deleteKeys()

Completed in 20 milliseconds