Lines Matching refs:hAppKey
89 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()
391 HKEY hSectionKey = GetSectionKey(hAppKey, "VisVim"); 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()
494 RegCloseKey(hAppKey); in VimSetEnableState()