VirtualBox Main API
|
Represents the guest implementation of the IFsInfo object. More...
Public Attributes | |
readonly attribute boolean | midlDoesNotLikeEmptyInterfaces |
![]() | |
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. | |
Represents the guest implementation of the IFsInfo object.
{726EACA9-091E-41B4-BCA6-355EFE864107}
readonly attribute boolean IGuestFsInfo::midlDoesNotLikeEmptyInterfaces |