Changeset 125 for trunk/Utilities/ShowHresult/NotifyIconWindow.h
- Timestamp:
- Sep 16, 2012, 3:54:25 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Utilities/ShowHresult/NotifyIconWindow.h
r116 r125 500 500 LookupWmIdentifier(nResult, sIdentifier); 501 501 sTitle = _T("Windows Media"); 502 } else if(IsMfResult(nResult, &sMessage) || LookupMfIdentifier(nResult, sIdentifier)) 502 } else if(IsMfResult(nResult, &sMessage)) 503 { 504 LookupMfIdentifier(nResult, sIdentifier); 503 505 sTitle = _T("Media Foundation"); 506 } 504 507 //////////////////////////////////////////////////// 505 508 // NOTE: These are perhaps useless in Windows 7, but I am under impression they are helpful in earlier systems … … 582 585 //Process(AtlFormatString(_T("0x%x"), HRESULT_FROM_WIN32(ERROR_WINHTTP_AUTODETECTION_FAILED))); // ERROR_WINHTTP_AUTODETECTION_FAILED 583 586 //Process(_T("0x80290208L")); 584 Process(_T(" 10053"));587 Process(_T("3222091460")); 585 588 #endif // defined(_DEBUG) 586 589 return TRUE;
Note: See TracChangeset
for help on using the changeset viewer.