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

/macosx-10.10.1/vim-55/src/
H A Duninstal.c38 reg_delete_key(HKEY hRootKey, const char *key) argument
55 return (*delete_key_ex)(hRootKey, key, KEY_WOW64_64KEY, 0);
57 return RegDeleteKey(hRootKey, key);
H A Ddosinst.c1347 HKEY hRootKey,
1353 LONG lRet = reg_create_key(hRootKey, subkey, &hKey);
1365 HKEY hRootKey,
1375 lRet = reg_create_key_and_value(hRootKey, subkey, NULL, extname);
1379 lRet = reg_create_key_and_value(hRootKey, subkey, NULL, module);
1382 lRet = reg_create_key_and_value(hRootKey, subkey,
1391 HKEY hRootKey,
1397 hRootKey,
1424 HKEY hRootKey,
1432 hRootKey,
1346 reg_create_key_and_value( HKEY hRootKey, const char *subkey, const char *value_name, const char *data) argument
1364 register_inproc_server( HKEY hRootKey, const char *clsid, const char *extname, const char *module, const char *threading_model) argument
1390 register_shellex( HKEY hRootKey, const char *clsid, const char *name, const char *exe_path) argument
1423 register_openwith( HKEY hRootKey, const char *exe_path) argument
1457 register_uninstall( HKEY hRootKey, const char *appname, const char *display_name, const char *uninstall_string) argument
[all...]

Completed in 140 milliseconds