home *** CD-ROM | disk | FTP | other *** search
/ HTBasic 9.3 / HTBasic 9.3.iso / 93win / data1.cab / DLL_Toolkit / Source / HTBString / string.def < prev    next >
Encoding:
Text File  |  2005-03-02  |  330 b   |  19 lines

  1. ; string.def : Declares the module parameters for the DLL.
  2.  
  3. LIBRARY      "HTBstring"
  4. DESCRIPTION  'string Windows Dynamic Link Library'
  5.  
  6. EXPORTS
  7.     ; Explicit exports can go here
  8.     Append
  9.     FindChar
  10.     CopyString
  11.     FindFromSet
  12.     Compare
  13.     AppendCount
  14.     CopyStringCount
  15.     CompareStringCount
  16.     GetFromSet
  17.     Reverse
  18.     FindSub
  19.