Home
last modified time | relevance | path

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

/reactos/base/applications/regedit/
H A Dfind.c616 LPWSTR pszFoundSubKey, pszFoundValueName; in FindNext() local
651 &pszFoundSubKey, &pszFoundValueName); in FindNext()
670 if (pszFoundValueName != NULL) in FindNext()
672 SetValueName(g_pChildWnd->hListWnd, pszFoundValueName); in FindNext()
673 free(pszFoundValueName); in FindNext()