Home
last modified time | relevance | path

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

/vim-8.2.3635/src/VisVim/
H A DCommands.cpp89 HKEY hAppKey = GetAppKey("Vim"); in SetApplicationObject() local
90 if (hAppKey) in SetApplicationObject()
92 HKEY hSectionKey = GetSectionKey(hAppKey, "VisVim"); in SetApplicationObject()
105 RegCloseKey(hAppKey); in SetApplicationObject()
388 HKEY hAppKey = GetAppKey("Vim"); in BEGIN_MESSAGE_MAP() local
389 if (hAppKey) in BEGIN_MESSAGE_MAP()
401 RegCloseKey(hAppKey); in BEGIN_MESSAGE_MAP()
488 HKEY hAppKey = GetAppKey("Vim"); in VimSetEnableState() local
489 if (hAppKey) in VimSetEnableState()
491 HKEY hSectionKey = GetSectionKey(hAppKey, "VisVim"); in VimSetEnableState()
[all …]
H A DReg.cpp9 HKEY hAppKey = NULL; in GetAppKey() local
17 &hAppKey, &Dummy); in GetAppKey()
22 return hAppKey; in GetAppKey()
30 HKEY GetSectionKey (HKEY hAppKey, LPCTSTR Section) in GetSectionKey() argument
34 RegCreateKeyEx (hAppKey, Section, 0, REG_NONE, in GetSectionKey()
H A DVisVim.h24 HKEY GetSectionKey (HKEY hAppKey, LPCTSTR Section);