Changeset 65 for Include/api_system.sbp


Ignore:
Timestamp:
Jan 16, 2007, 8:54:09 PM (17 years ago)
Author:
OverTaker
Message:

GetVolumeInformation()追加

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Include/api_system.sbp

    r42 r65  
    568568Const DRIVE_CDROM =       5
    569569Const DRIVE_RAMDISK =     6
     570Declare Function GetVolumeInformation Lib "kernel32" Alias "GetVolumeInformationA" (lpRootPathName As LPCSTR, lpVolumeNameBuffer As LPSTR, nVolumeNameSize As DWord, lpVolumeSerialNumber As *Word, lpMaximumComponentLength As *Word, lpFileSystemFlags As *Word, lpFileSystemNameBuffer As LPSTR, nFileSystemNameSize As DWord) As BOOL
    570571Declare Function GetDriveType Lib "kernel32" Alias "GetDriveTypeA" (lpRootPathName As BytePtr) As DWord
    571572
Note: See TracChangeset for help on using the changeset viewer.