|
|
1.1 ! root 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);
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.