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

  1. /*
  2.  * LISTHSCR.H
  3.  *
  4.  * Private definitions and prototypes for the listhscr DLL.
  5.  */
  6.  
  7.  
  8.  
  9. //Unit of allocation for extent list.
  10. #define CBALLOCUNIT     (sizeof(WORD)<<7)
  11.  
  12. //Number of units per allocation unit.
  13. #define CALLOCUNITS     128
  14.  
  15.  
  16. /*
  17.  * Private prototypes
  18.  */
  19.  
  20. BOOL FReAllocExtentList(HANDLE, BOOL);
  21. WORD WGetListboxStringExtent(HWND, LPSTR);
  22. WORD IFindExtentInList(WORD *, WORD, WORD);
  23.