home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / Basic / Samples / VBZ01 / VBZ01.ZIP / D&DSERVE.BAS < prev    next >
Encoding:
BASIC Source File  |  1993-02-26  |  290 b   |  7 lines

  1. DefInt A-Z
  2.  
  3. Declare Function DropSelItems Lib "D&DSERVE.DLL" (ByVal hList, ByVal Path$, ByVal nButton)
  4. Declare Function DropAllItems Lib "D&DSERVE.DLL" (ByVal hList, ByVal nButton)
  5. Declare Function DropBuff Lib "D&DSERVE.DLL" (ByVal Buff$, ByVal BufSize, ByVal nFiles, ByVal Button)
  6.  
  7.