VirtualBox Main API
Public Attributes | List of all members
IGuestFsInfo Interface Reference

Represents the guest implementation of the IFsInfo object. More...

Inheritance diagram for IGuestFsInfo:
IFsInfo

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
 TRUE if the filesystem is remote, FALSE if the filesystem is local.
 
readonly attribute boolean isCaseSensitive
 TRUE if the filesystem is case sensitive, FALSE if the filesystem is case insensitive.
 
readonly attribute boolean isReadOnly
 TRUE if the filesystem is mounted read only, FALSE if the filesystem is mounted read write.
 
readonly attribute boolean isCompressed
 TRUE if the filesystem is compressed, FALSE if it isn't or we don't know.
 
readonly attribute boolean supportsFileCompression
 TRUE if the filesystem compresses of individual files, FALSE if 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.
 

Detailed Description

Represents the guest implementation of the IFsInfo object.

Interface ID:
{726EACA9-091E-41B4-BCA6-355EFE864107}

Member Data Documentation

◆ midlDoesNotLikeEmptyInterfaces

readonly attribute boolean IGuestFsInfo::midlDoesNotLikeEmptyInterfaces