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

  1. ; Listbox.def : Declares the module parameters for the DLL.
  2.  
  3. LIBRARY      "ListBox"
  4. DESCRIPTION  ListBox Windows Dynamic Link Library'
  5.  
  6. EXPORTS
  7.     ; Explicit exports can go here
  8.     Showlistbox
  9.     Setfocus
  10.     Closelistbox
  11.     Addstring
  12.     Getcount
  13.     Setsel
  14.     Getsel
  15.     Getselcount
  16.     Deletestring
  17.     Insertstring
  18.     Resetcontent
  19.     Dirlist
  20.     Findstring
  21.     Findstringexact
  22.     Gettextlen
  23.     Gettext
  24.     Getselitems
  25.     Getcursel