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

/bind-9.11.3/bin/win32/BINDInstall/
H A DBINDInstallDlg.cpp1545 HRESULT hr; local
1550 hr = SHGetMalloc(&pMalloc);
1551 if (hr != NOERROR) {
1556 hr = SHGetSpecialFolderLocation(m_hWnd, CSIDL_COMMON_PROGRAMS,
1558 if (hr != NOERROR) {
1567 hr = SHGetPathFromIDList(itemList, commonPath);

Completed in 14 milliseconds