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

  1. /*
  2.  * LISTHAPI.H
  3.  *
  4.  * Include file that prototypes the exported functions that are in the
  5.  * LISTHSCR DLL to support horizontal listbox scrolling.
  6.  *
  7.  */
  8.  
  9. BOOL FAR PASCAL FInitListboxExtents(HWND);
  10. WORD FAR PASCAL WAddExtentEntry(HWND, LPSTR);
  11. WORD FAR PASCAL WRemoveExtentEntry(HWND, WORD);
  12. BOOL FAR PASCAL FFreeListboxExtents(HWND);
  13. void FAR PASCAL ResetListboxExtents(HWND);
  14.