Changeset 125 for trunk/Utilities


Ignore:
Timestamp:
Sep 16, 2012, 3:54:25 AM (12 years ago)
Author:
roman
Message:
 
Location:
trunk/Utilities/ShowHresult
Files:
5 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;
  • trunk/Utilities/ShowHresult/ShowHresult_i.c

    r115 r125  
    77
    88 /* File created by MIDL compiler version 7.00.0555 */
    9 /* at Thu Sep 06 01:20:21 2012
     9/* at Sun Sep 16 13:53:37 2012
    1010 */
    1111/* Compiler settings for ShowHresult.idl:
  • trunk/Utilities/ShowHresult/ShowHresult_i.h

    r115 r125  
    55
    66 /* File created by MIDL compiler version 7.00.0555 */
    7 /* at Thu Sep 06 01:20:21 2012
     7/* at Sun Sep 16 13:53:37 2012
    88 */
    99/* Compiler settings for ShowHresult.idl:
Note: See TracChangeset for help on using the changeset viewer.