Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_ole.cpp649 HKEY hKeyChild; in RecursiveDeleteKey() local
651 KEY_ALL_ACCESS, &hKeyChild); in RecursiveDeleteKey()
660 while (RegEnumKeyEx(hKeyChild, 0, buffer, &size, NULL, in RecursiveDeleteKey()
664 RecursiveDeleteKey(hKeyChild, buffer); in RecursiveDeleteKey()
669 RegCloseKey(hKeyChild); in RecursiveDeleteKey()