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

  1. LIBRARY         LISTHSCR
  2. DESCRIPTION     'Windows Horizontal Listbox Scrolling Methods, Kraig Brockschmidt'
  3. EXETYPE         WINDOWS
  4. CODE            PRELOAD MOVEABLE DISCARDABLE
  5. DATA            PRELOAD MOVEABLE SINGLE
  6. HEAPSIZE        2048
  7. SEGMENTS        FIXEDSEG   FIXED PRELOAD
  8. EXPORTS         WEP                 @1 RESIDENTNAME
  9.                 FInitListboxExtents @2
  10.                 WAddExtentEntry     @3
  11.                 WRemoveExtentEntry  @4
  12.                 FFreeListboxExtents @5
  13.                 ResetListboxExtents @6
  14.