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

  1.  
  2. NAME         Ffind
  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.              FfindWndProc
  19.              MainDlgBoxProc
  20.  
  21. 
  22.