Searched refs:szFavoritePath (Results 1 – 1 of 1) sorted by relevance
783 WCHAR szFavoritePath[512]; in ChooseFavorite() local789 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()