Overview | Namespace | Class | Index | Help |
VolumeInfo & | ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | NO | NO |
Copy constructor.
VolumeInfo & | ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | NO | NO |
Assginment operator.
sal_uInt32 | nMask ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
Constructor.
nMask | Set of flaggs decribing the demanded information. |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
Destructor.
sal_uInt32 | nMask ) const; |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | YES | NO | NO | NO | YES | NO |
Check if specified fields are valid.
nMask | Set of flags for the fields to check. |
sal_True if all fields are valid else sal_False.
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
Check the remote flag.
sal_True if Attributes are valid and the volume is remote else sal_False.
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
Check the removeable flag.
sal_True if attributes are valid and the volume is removable else sal_False.
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
Check the compact disc flag.
sal_True if attributes are valid and the volume is a CDROM else sal_False.
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
Check the floppy disc flag.
sal_True if attributes are valid and the volume is a floppy disk else sal_False.
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
Check the fixed disk flag.
sal_True if attributes are valid and the volume is a fixed disk else sal_False.
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
Check the RAM disk flag.
sal_True if attributes are valid and the volume is a RAM disk else sal_False.
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
Determine the total space of a volume device.
The total diskspace of this volume if this information is valid, 0 otherwise.
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
Determine the free space of a volume device.
The free diskspace of this volume if this information is valid, 0 otherwise.
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
Determine the used space of a volume device.
The used diskspace of this volume if this information is valid, 0 otherwise.
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
Determine the maximal length of a file name.
The maximal length of a file name if this information is valid, 0 otherwise.
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
Determine the maximal length of a path name.
The maximal length of a path if this information is valid, 0 otherwise.
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
Determine the name of the volume device's File System.
The name of the volume's fielsystem if this information is valid, otherwise an empty string.
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
Get the volume device handle.
The device handle of the volume if this information is valid, otherwise returns NULL;
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
Return whether the file system is case sensitive or case insensitive
true if the file system is case sensitive false otherwise
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
Return whether the file system preserves the case of file and directory names or not
true if the file system preserves the case of file and directory names false otherwise
Copyright © 2003 Sun Microsystems, Inc.