home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c480 / 20.ddi / SAMPLES / DDE / SERVER.DE_ / SERVER.DE
Encoding:
Text File  |  1993-02-08  |  288 b   |  19 lines

  1. NAME    Server
  2.  
  3. DESCRIPTION 'Sample Microsoft Windows Application'
  4.  
  5. EXETYPE WINDOWS
  6.  
  7. STUB    'WINSTUB.EXE'
  8.  
  9. CODE    PRELOAD MOVEABLE DISCARDABLE
  10.  
  11. DATA    PRELOAD MOVEABLE MULTIPLE
  12.  
  13. HEAPSIZE  1024
  14.  
  15. EXPORTS
  16.     MainWndProc      @1
  17.     DDEWndProc         @2
  18.     AboutDlgProc     @3
  19.