Changeset 047516e in nscp for include/error.hpp


Ignore:
Timestamp:
02/08/08 07:09:04 (5 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2, stable
Children:
c1d545e
Parents:
de8ef76
Message:

2008-02-08 MickeM

+ Added some more default catch handlers (on the "core" side of plugin-calls).

2008-02-07 MickeM

+ Added default catch handlers to all wrapped plugin calls.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/error.hpp

    rbf6e9b4 r047516e  
    5858        } 
    5959        LPVOID lpMsgBuf; 
    60         unsigned long dwRet = FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER|FORMAT_MESSAGE_FROM_HMODULE|FORMAT_MESSAGE_FROM_SYSTEM|FORMAT_MESSAGE_ARGUMENT_ARRAY,hDLL, 
     60        unsigned long dwRet = FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER|FORMAT_MESSAGE_FROM_HMODULE|FORMAT_MESSAGE_ARGUMENT_ARRAY,hDLL, 
    6161          dwError,MAKELANGID(LANG_NEUTRAL,SUBLANG_DEFAULT),(LPTSTR)&lpMsgBuf,0,reinterpret_cast<va_list*>(arguments)); 
    6262        if (dwRet == 0) { 
Note: See TracChangeset for help on using the changeset viewer.