Home
last modified time | relevance | path

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

/vim-8.2.3635/src/VisVim/
H A DReg.cpp7 HKEY GetAppKey (char* AppName) in GetAppKey()
9 HKEY hAppKey = NULL; in GetAppKey()
10 HKEY hSoftKey = NULL; in GetAppKey()
30 HKEY GetSectionKey (HKEY hAppKey, LPCTSTR Section) in GetSectionKey()
32 HKEY hSectionKey = NULL; in GetSectionKey()
40 int GetRegistryInt (HKEY hSectionKey, LPCTSTR Entry, int Default) in GetRegistryInt()
51 bool WriteRegistryInt (HKEY hSectionKey, char* Entry, int nValue) in WriteRegistryInt()
H A DVisVim.h23 HKEY GetAppKey (char* AppName);
24 HKEY GetSectionKey (HKEY hAppKey, LPCTSTR Section);
25 int GetRegistryInt (HKEY hSectionKey, LPCTSTR Entry, int Default);
26 bool WriteRegistryInt (HKEY hSectionKey, char* Entry, int nValue);
H A DCommands.cpp89 HKEY hAppKey = GetAppKey("Vim"); in SetApplicationObject()
92 HKEY hSectionKey = GetSectionKey(hAppKey, "VisVim"); in SetApplicationObject()
388 HKEY hAppKey = GetAppKey("Vim"); in BEGIN_MESSAGE_MAP()
391 HKEY hSectionKey = GetSectionKey(hAppKey, "VisVim"); in BEGIN_MESSAGE_MAP()
488 HKEY hAppKey = GetAppKey("Vim"); in VimSetEnableState()
491 HKEY hSectionKey = GetSectionKey(hAppKey, "VisVim"); in VimSetEnableState()
/vim-8.2.3635/src/
H A Duninstall.c36 reg_delete_key(HKEY hRootKey, const char *key, DWORD flag) in reg_delete_key()
40 static LONG (WINAPI *delete_key_ex)(HKEY, LPCTSTR, REGSAM, DWORD) = NULL; in reg_delete_key()
50 …delete_key_ex = (LONG (WINAPI *)(HKEY, LPCTSTR, REGSAM, DWORD))GetProcAddress(advapi_lib, "RegDele… in reg_delete_key()
65 HKEY key_handle; in popup_gvim_path()
91 HKEY key_handle; in openwith_gvim_path()
116 HKEY kh; in remove_popup()
H A Dif_ole.cpp151 HKEY hKey; in Create()
513 static void RecursiveDeleteKey(HKEY hKeyParent, const char *child);
646 static void RecursiveDeleteKey(HKEY hKeyParent, const char *child) in RecursiveDeleteKey()
649 HKEY hKeyChild; in RecursiveDeleteKey()
678 HKEY hKey; in SetKeyAndValue()
H A Ddosinst.c504 HKEY key_handle; in uninstall_check()
505 HKEY uninstall_key_handle; in uninstall_check()
1396 HKEY root, in reg_create_key()
1413 HKEY hKey, in reg_set_string_value()
1423 HKEY hRootKey, in reg_create_key_and_value()
1429 HKEY hKey; in reg_create_key_and_value()
1442 HKEY hRootKey, in register_inproc_server()
1469 HKEY hRootKey, in register_shellex()
1506 HKEY hRootKey, in register_openwith()
1539 HKEY hRootKey, in register_uninstall()
H A Dif_python3.c704 HKEY hKey; in py3_get_system_libname()
/vim-8.2.3635/src/GvimExt/
H A Dgvimext.cpp55 HKEY keyhandle; in getGvimName()
539 HKEY /* hRegKey */) in Initialize() argument
593 HKEY keyhandle; in QueryContextMenu()
H A Dgvimext.h168 HKEY hKeyID);