Home
last modified time | relevance | path

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

/trunk/main/setup_native/source/win32/customactions/javafilter/
H A Djfregca.cxx269 LPCSTR IFPath = data[IF_PATH]; in createKeys() local
274 if (ERROR_SUCCESS == RegOpenKeyEx(deviceKey,IFPath,0,KEY_ALL_ACCESS, &deviceIFKey)) { in createKeys()
285 if (ERROR_SUCCESS == RegCreateKeyEx(soKey, IFPath, 0, NULL, in createKeys()
305 LPCSTR IFPath = data[IF_PATH]; in deleteKeys() local
310 if (ERROR_SUCCESS == RegOpenKeyEx(deviceKey,IFPath,0,KEY_ALL_ACCESS, &deviceIFKey)) { in deleteKeys()
319 if (ERROR_SUCCESS == RegOpenKeyEx(soKey, IFPath, 0, KEY_ALL_ACCESS, &soIFKey)) { in deleteKeys()
322 RegDeleteKey(soKey, IFPath); in deleteKeys()

Completed in 10 milliseconds