435436437438439440441442443444445
handle = openKey(rootKey, parent, WINNT.KEY_READ); if (handle != 0) { if (advapi32.RegDeleteKey(handle, name) == WINERROR.ERROR_SUCCESS) { ret = true; } else