home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code1 / kill_dll / global.bas < prev    next >
BASIC Source File  |  1992-11-12  |  240b  |  5 lines

  1. Declare Function LoadLibrary Lib "Kernel" (ByVal lpLibFileName As String) As Integer
  2. Declare Function GetModuleUsage Lib "Kernel" (ByVal hModule As Integer) As Integer
  3. Declare Sub FreeLibrary Lib "Kernel" (ByVal hLibModule As Integer)
  4.  
  5.