home *** CD-ROM | disk | FTP | other *** search
/ The Best of Select: Windows 95 Special 2 / WIN95_2.bin / utils / envelop / envelop.6 / Tools / Bootcamp / basic / apisystm / winapi.eto < prev   
Encoding:
Text File  |  1996-07-08  |  301 b   |  16 lines

  1. Type APIWinDir
  2.  
  3.   Declare Function GetWindowsDirectoryA Lib "kernel32" (ByVal file as string, ByVal size as long) as long
  4.  
  5. End Type
  6.  
  7. Type APISysDir
  8.  
  9.   Declare Function GetSystemDirectoryA Lib "kernel32" (ByVal file as string, ByVal size as long) as long
  10.  
  11. End Type
  12.  
  13. Begin Code
  14.  
  15. End Code
  16.