home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / pc3270sa.zip / ddxfer / ddxfer.def < prev    next >
Text File  |  2002-02-28  |  416b  |  16 lines

  1. NAME         DDXfer
  2.  
  3. DESCRIPTION  'Drag and Drop File Transfer Sample Application Ver 2.0. Copyright (c) 1996, IBM Corp.'
  4.  
  5. CODE  PRELOAD MOVEABLE DISCARDABLE
  6. DATA  PRELOAD MOVEABLE MULTIPLE
  7.  
  8. HEAPSIZE     1024
  9. STACKSIZE    5120
  10.  
  11. EXPORTS
  12.               MainWndProc             @1
  13.               About                   @2
  14.               TextDlgProc             @3
  15.               TitleDlgProc            @4
  16.