Searched refs:IFPath (Results 1 – 1 of 1) sorted by relevance
| /AOO41X/main/setup_native/source/win32/customactions/javafilter/ |
| H A D | jfregca.cxx | 268 LPCSTR IFPath = data[IF_PATH]; in createKeys() local 273 if (ERROR_SUCCESS == RegOpenKeyEx(deviceKey,IFPath,0,KEY_ALL_ACCESS, &deviceIFKey)) { in createKeys() 284 if (ERROR_SUCCESS == RegCreateKeyEx(soKey, IFPath, 0, NULL, in createKeys() 304 LPCSTR IFPath = data[IF_PATH]; in deleteKeys() local 309 if (ERROR_SUCCESS == RegOpenKeyEx(deviceKey,IFPath,0,KEY_ALL_ACCESS, &deviceIFKey)) { in deleteKeys() 318 if (ERROR_SUCCESS == RegOpenKeyEx(soKey, IFPath, 0, KEY_ALL_ACCESS, &soIFKey)) { in deleteKeys() 321 RegDeleteKey(soKey, IFPath); in deleteKeys()
|