Home
last modified time | relevance | path

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

/reactos/base/applications/regedit/
H A Dframewnd.c783 WCHAR szFavoritePath[512]; in ChooseFavorite() local
789 cbData = sizeof(szFavoritePath); in ChooseFavorite()
790 memset(szFavoritePath, 0, sizeof(szFavoritePath)); in ChooseFavorite()
791 …if (RegQueryValueExW(hKey, pszFavorite, NULL, &dwType, (LPBYTE) szFavoritePath, &cbData) != ERROR_… in ChooseFavorite()
795 SelectNode(g_pChildWnd->hTreeWnd, szFavoritePath); in ChooseFavorite()