Searched defs:hr (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/bin/win32/BINDInstall/
H A DBINDInstallDlg.cpp1208 HRESULT hr = SHGetMalloc(&pMalloc); local
1209 if (hr != NOERROR) {
1214 hr = SHGetSpecialFolderLocation(m_hWnd, CSIDL_COMMON_PROGRAMS, &itemList);
1215 if (hr != NOERROR) {
1223 hr = SHGetPathFromIDList(itemList, commonPath);

Completed in 24 milliseconds