Ignore:
Timestamp:
Sep 16, 2012, 3:54:25 AM (11 years ago)
Author:
roman
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Utilities/ShowHresult/NotifyIconWindow.h

    r116 r125  
    500500                        LookupWmIdentifier(nResult, sIdentifier);
    501501                        sTitle = _T("Windows Media");
    502                 } else if(IsMfResult(nResult, &sMessage) || LookupMfIdentifier(nResult, sIdentifier))
     502                } else if(IsMfResult(nResult, &sMessage))
     503                {
     504                        LookupMfIdentifier(nResult, sIdentifier);
    503505                        sTitle = _T("Media Foundation");
     506                }
    504507                ////////////////////////////////////////////////////
    505508                // NOTE: These are perhaps useless in Windows 7, but I am under impression they are helpful in earlier systems
     
    582585                //Process(AtlFormatString(_T("0x%x"), HRESULT_FROM_WIN32(ERROR_WINHTTP_AUTODETECTION_FAILED))); // ERROR_WINHTTP_AUTODETECTION_FAILED
    583586                //Process(_T("0x80290208L"));
    584                 Process(_T("10053"));
     587                Process(_T("3222091460"));
    585588                #endif // defined(_DEBUG)
    586589                return TRUE;
Note: See TracChangeset for help on using the changeset viewer.