home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / guit01.zip / DIRINT.HPP < prev    next >
Text File  |  1993-11-30  |  1KB  |  39 lines

  1. /*********************************************************** C++ HEADER *****
  2.  *
  3.  *               (C) Copyright JBA International Plc - 1993
  4.  *               Licensed Material - Program Property of JBA.
  5.  *      Not to be used for other than licensed and/or agreed purposes.
  6.  *-------------------------------------------------------------------------
  7.  *
  8.  * Project:         GUIDELINES
  9.  *
  10.  * Component:       Tech Support
  11.  *
  12.  * Module:          DirInt.HPP
  13.  *
  14.  * Original Author: Jon Wright
  15.  *
  16.  * Description:     This file contains prototypes for the functions used
  17.  *                  to access the DirList object instantiated within
  18.  *                  DirInt.CPP
  19.  *
  20.  * Environment:     OS/2 V2.1 - IBM CSet++
  21.  *
  22.  * Modification history:
  23.  *
  24.  *  24nov93 : Initial release                                            jw
  25.  *
  26.  *  $Log$
  27.  *
  28.  ***************************************************************************/
  29.  
  30. String ReadList (ULONG List, short Item);
  31.  
  32. short ListLen(ULONG List);
  33.  
  34. short UpdateList (ULONG List, String DirName);
  35.  
  36. void DestroyList(ULONG List);
  37.  
  38. ULONG InitList (String DirName);
  39.