home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 23 / IOPROG_23.ISO / SOFT / MSGTRACE.ZIP / MyProjects / MsgTrace / MsgTracerLib / MsgTracerLib.def < prev    next >
Encoding:
Text File  |  1998-05-30  |  883 b   |  29 lines

  1. ;////////////////////////////////////////////////////////////////////////////
  2. ;/
  3. ;/ File        : MsgTracerLib.def
  4. ;/ Project     : MsgTrace
  5. ;/ Component   : MsgTracerLib
  6. ;/---------------------------------------------------------------------------
  7. ;/ Description : 
  8. ;/
  9. ;////////////////////////////////////////////////////////////////////////////
  10. ;/
  11. ;/ SourceSafe Strings. Do not change.
  12. ;/---------------------------------------------------------------------------
  13. ;/ $Author: jeskes $
  14. ;/ $Date: $
  15. ;/ $Revision: $
  16. ;/
  17. ;////////////////////////////////////////////////////////////////////////////
  18.  
  19. LIBRARY      "MsgTracerLib"
  20. DESCRIPTION  'MsgTracerLib Windows Dynamic Link Library'
  21.  
  22. EXPORTS
  23.     _MsgTracerAttachProcess            @1
  24.     _MsgTracerAttachCurrentProcess    @2
  25.     _MsgTracerWriteA                @3
  26.     _MsgTracerWriteW                @4
  27.     _MsgTracerPrintfA                @5
  28.     _MsgTracerPrintfW                @6
  29.