home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / windows / sysinfo / sysinfo.bas < prev    next >
Encoding:
BASIC Source File  |  1994-04-27  |  1.6 KB  |  30 lines

  1. '------------------------------------------------------------------------------
  2. '                     System Info DLL declarations file
  3. '------------------------------------------------------------------------------
  4.  
  5. Declare Function GetMouseInfo Lib "sysinfo.dll" (major%, minor%, mouse%, irq%) As Integer
  6. Declare Function ChkDblSpace Lib "sysinfo.dll" () As Integer
  7. Declare Function ChkSmartDrv Lib "sysinfo.dll" () As Integer
  8. Declare Function GetFloppyDrvs Lib "sysinfo.dll" (a%, b%) As Integer
  9. Declare Function ChkCDROM Lib "sysinfo.dll" () As Integer
  10. Declare Function GetMSCDEX Lib "sysinfo.dll" (major%, minor%) As Integer
  11. Declare Function GetDrvSpace Lib "sysinfo.dll" (ByVal drive%, SecPerClus&, FreeClus&, BytesPerSec&, TotalClus&) As Integer
  12. Declare Function GetLastDrv Lib "sysinfo.dll" () As Integer
  13. Declare Function IsCDROM Lib "sysinfo.dll" (ByVal drive%) As Integer
  14. Declare Function IsDblSpace Lib "sysinfo.dll" (ByVal drive%) As Integer
  15. Declare Function GetSerial Lib "sysinfo.dll" () As Integer
  16. Declare Function GetParallel Lib "sysinfo.dll" () As Integer
  17. Declare Sub GetID Lib "sysinfo.dll" (model%, submodel%, revision%)
  18. Declare Sub GetDosVer Lib "sysinfo.dll" (major%, minor%) 
  19. Declare Function GetDrDosVer Lib "sysinfo.dll" () As Integer
  20. Declare Function GetDosOem Lib "sysinfo.dll" () As Integer
  21. Declare Function ChkIPX Lib "sysinfo.dll" () As Integer
  22. Declare Function GetNetShellInfo Lib "sysinfo.dll" (major%, minor%, rev%, mem%) As Integer
  23. Declare Function GetVidType Lib "sysinfo.dll" () As Integer
  24. Declare Function GetCrtType Lib "sysinfo.dll" () As Integer
  25.  
  26.  
  27.  
  28.  
  29.  
  30.