Home
last modified time | relevance | path

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

/vim-8.2.3635/src/VisVim/
H A DCommands.cpp92 HKEY hSectionKey = GetSectionKey(hAppKey, "VisVim"); in SetApplicationObject()
391 HKEY hSectionKey = GetSectionKey(hAppKey, "VisVim"); in BEGIN_MESSAGE_MAP()
491 HKEY hSectionKey = GetSectionKey(hAppKey, "VisVim"); in VimSetEnableState()
H A DVisVim.h24 HKEY GetSectionKey (HKEY hAppKey, LPCTSTR Section);
H A DReg.cpp30 HKEY GetSectionKey (HKEY hAppKey, LPCTSTR Section) in GetSectionKey() function