| VirtualBox Main API
    | 
Represents the guest implementation of the IFsInfo object. More...
 
  
| Public Attributes | |
| readonly attribute boolean | midlDoesNotLikeEmptyInterfaces | 
|  Public Attributes inherited from IFsInfo | |
| readonly attribute long long | freeSize | 
| Remaining free space (in bytes) of the filesystem. | |
| readonly attribute long long | totalSize | 
| Total space (in bytes) of the filesystem. | |
| readonly attribute unsigned long | blockSize | 
| Block size (in bytes) of the filesystem. | |
| readonly attribute unsigned long | sectorSize | 
| Sector size (in bytes) of the filesystem. | |
| readonly attribute unsigned long | serialNumber | 
| Serial number of the filesystem. | |
| readonly attribute boolean | isRemote | 
| TRUEif the filesystem is remote,FALSEif the filesystem is local. | |
| readonly attribute boolean | isCaseSensitive | 
| TRUEif the filesystem is case sensitive,FALSEif the filesystem is case insensitive. | |
| readonly attribute boolean | isReadOnly | 
| TRUEif the filesystem is mounted read only,FALSEif the filesystem is mounted read write. | |
| readonly attribute boolean | isCompressed | 
| TRUEif the filesystem is compressed,FALSEif it isn't or we don't know. | |
| readonly attribute boolean | supportsFileCompression | 
| TRUEif the filesystem compresses of individual files,FALSEif it doesn't or we don't know. | |
| readonly attribute unsigned long | maxComponent | 
| The maximum size of a filesystem object name. | |
| readonly attribute wstring | type | 
| Name of the filesystem. | |
| readonly attribute wstring | label | 
| Label of the filesystem. | |
| readonly attribute wstring | mountPoint | 
| Mount point of the filesystem. | |
Represents the guest implementation of the IFsInfo object.
{726EACA9-091E-41B4-BCA6-355EFE864107} | readonly attribute boolean IGuestFsInfo::midlDoesNotLikeEmptyInterfaces |