Changeset 128 for trunk


Ignore:
Timestamp:
Oct 4, 2012, 1:57:46 AM (11 years ago)
Author:
roman
Message:
 
Location:
trunk/Utilities/ShowHresult
Files:
4 edited

Legend:

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

    r125 r128  
    479479                                        return FALSE;
    480480                        } else
    481                                 nLongLongResult = _ttoi64(sText);
     481                                nLongLongResult = _ttoi64((LPCTSTR) sText + nIndex);
    482482                        if(nIndex)
    483483                                nLongLongResult = -nLongLongResult;
     
    585585                //Process(AtlFormatString(_T("0x%x"), HRESULT_FROM_WIN32(ERROR_WINHTTP_AUTODETECTION_FAILED))); // ERROR_WINHTTP_AUTODETECTION_FAILED
    586586                //Process(_T("0x80290208L"));
    587                 Process(_T("3222091460"));
     587                Process(_T("-2147312566"));
    588588                #endif // defined(_DEBUG)
    589589                return TRUE;
  • trunk/Utilities/ShowHresult/ShowHresult_i.c

    r125 r128  
    77
    88 /* File created by MIDL compiler version 7.00.0555 */
    9 /* at Sun Sep 16 13:53:37 2012
     9/* at Thu Oct 04 11:56:46 2012
    1010 */
    1111/* Compiler settings for ShowHresult.idl:
  • trunk/Utilities/ShowHresult/ShowHresult_i.h

    r125 r128  
    55
    66 /* File created by MIDL compiler version 7.00.0555 */
    7 /* at Sun Sep 16 13:53:37 2012
     7/* at Thu Oct 04 11:56:46 2012
    88 */
    99/* Compiler settings for ShowHresult.idl:
Note: See TracChangeset for help on using the changeset viewer.