Searched refs:itemList (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/bin/win32/BINDInstall/
H A DBINDInstallDlg.cpp1206 ITEMIDLIST *itemList = NULL; local
1214 hr = SHGetSpecialFolderLocation(m_hWnd, CSIDL_COMMON_PROGRAMS, &itemList);
1217 if (itemList) {
1218 pMalloc->Free(itemList);
1223 hr = SHGetPathFromIDList(itemList, commonPath);
1224 pMalloc->Free(itemList);

Completed in 33 milliseconds