home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c081_7 / 2.ddi / WEXAMPLE.ZIP / MSGWND.DEF < prev    next >
Encoding:
Text File  |  1991-02-13  |  386 b   |  24 lines

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