home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c480 / 20.ddi / SAMPLES / LISTHORZ / LISTHORZ.H_ / LISTHORZ.H
Encoding:
C/C++ Source or Header  |  1993-02-08  |  419 b   |  16 lines

  1. /*
  2.  * Control Identifiers.
  3.  */
  4. #include "resource.h"
  5.  
  6. long __export CALLBACK ListHScrollWndProc(HWND, UINT, WPARAM, LPARAM);
  7.  
  8. /*
  9.  * Protoypes of the 'API' defined in listhelp.c
  10.  */
  11. BOOL FAR PASCAL FInitListboxExtents(HWND);
  12. WORD FAR PASCAL WAddExtentEntry(HWND, LPSTR);
  13. WORD FAR PASCAL WRemoveExtentEntry(HWND, WORD);
  14. BOOL FAR PASCAL FFreeListboxExtents(HWND);
  15. void FAR PASCAL ResetListboxExtents(HWND);
  16.