home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 24 DOS / 24-DOS.zip / winlsapi.zip / WINLIST.DOC < prev    next >
Text File  |  1991-03-22  |  2KB  |  32 lines

  1.  **************************************************************************
  2.  *                         Windows List Manager API                       *
  3.  *------------------------------------------------------------------------* 
  4.  *                         Written by Dave Fassett                        * 
  5.  *                                                                        * 
  6.  *                              Aries Graphics                            * 
  7.  *                           7835 Quebrada Circle                         * 
  8.  *                            Carlsbad, CA 92009                          *
  9.  *                 (619) 436-5511 VOICE   (619) 436-0265 FAX              *
  10.  **************************************************************************
  11.  
  12. Public Domain
  13.   
  14. This list manager lets you deal with large sets of data in Windows
  15. protected mode, while incurring very little overhead. It is
  16. designed to handle very large lists of data, but there is one
  17. catch: each element must be the same size, or at least have a known
  18. maximum size. I have been using it for some time, and with all kinds
  19. of different list types (even for large Windows bitmaps, which had to
  20. be broken into less-than-32K bands), and it seems to be pretty solid.
  21.  
  22. I am not requesting any cash donations for this.  All I request is that
  23. if you make some improvements to it, or you yourself have come up with a 
  24. better list manager, that you show me what you have.  I'm only putting
  25. this out there because this API has worked very well for me, and I suspect
  26. there are a few Windows programmers out there who could make just as much 
  27. use of it as I have, especially considering the cumbersome nature of the 
  28. stock Windows memory management system.
  29.  
  30. - Dave Fassett
  31.  
  32.