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

  1. LIBRARY   SELECT
  2.  
  3. EXETYPE   WINDOWS
  4.  
  5. CODE      PRELOAD MOVEABLE DISCARDABLE
  6. DATA      PRELOAD SINGLE
  7.  
  8. HEAPSIZE  1024
  9.  
  10. EXPORTS
  11.     WEP                 @1 RESIDENTNAME
  12.     StartSelection      @2
  13.     UpdateSelection     @3
  14.     EndSelection        @4
  15.     ClearSelection      @5
  16.