home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c082_122 / 6.ddi / WEXAMPLE.ZIP / MSGWND.DEF < prev    next >
Encoding:
Text File  |  1992-06-10  |  359 b   |  23 lines

  1.  
  2. NAME         msgwnd
  3.  
  4. DESCRIPTION 'Find Windows Program'
  5.  
  6. CODE         PRELOAD MOVEABLE DISCARDABLE
  7. DATA         PRELOAD MOVEABLE MULTIPLE
  8.  
  9. EXETYPE      WINDOWS
  10.  
  11. SEGMENTS
  12.        _RES  PRELOAD MOVEABLE DISCARDABLE
  13.  
  14. HEAPSIZE     128
  15. STACKSIZE    8192
  16.  
  17. EXPORTS
  18.              MsgwndWndProc
  19.              About
  20.              DDEServerWndProc
  21.  
  22. 
  23.