Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_ole.cpp513 static void RecursiveDeleteKey(HKEY hKeyParent, const char *child);
646 static void RecursiveDeleteKey(HKEY hKeyParent, const char *child) in RecursiveDeleteKey() argument
650 LONG result = RegOpenKeyEx(hKeyParent, child, 0, in RecursiveDeleteKey()
672 RegDeleteKey(hKeyParent, child); in RecursiveDeleteKey()