Searched refs:hAppKey (Results 1 – 3 of 3) sorted by relevance
89 HKEY hAppKey = GetAppKey("Vim"); in SetApplicationObject() local90 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() local389 if (hAppKey) in BEGIN_MESSAGE_MAP()401 RegCloseKey(hAppKey); in BEGIN_MESSAGE_MAP()488 HKEY hAppKey = GetAppKey("Vim"); in VimSetEnableState() local489 if (hAppKey) in VimSetEnableState()491 HKEY hSectionKey = GetSectionKey(hAppKey, "VisVim"); in VimSetEnableState()[all …]
9 HKEY hAppKey = NULL; in GetAppKey() local17 &hAppKey, &Dummy); in GetAppKey()22 return hAppKey; in GetAppKey()30 HKEY GetSectionKey (HKEY hAppKey, LPCTSTR Section) in GetSectionKey() argument34 RegCreateKeyEx (hAppKey, Section, 0, REG_NONE, in GetSectionKey()
24 HKEY GetSectionKey (HKEY hAppKey, LPCTSTR Section);