Abstract parent interface for directories handled by VirtualBox. More...
Public Member Functions | |
void | close () |
Closes this directory. | |
void | read ([retval] out IFsObjInfo objInfo) |
Reads the next directory entry of this directory. | |
Public Attributes | |
readonly attribute wstring | directoryName |
Full path of directory. | |
readonly attribute wstring | filter |
The open filter. |
Abstract parent interface for directories handled by VirtualBox.
{1B70DD03-26D7-483A-8877-89BBB0F87B70}
void IDirectory::close | ( | ) |
Closes this directory.
After closing operations like reading the next directory entry will not be possible anymore.
void IDirectory::read | ( | [retval] out IFsObjInfo | objInfo | ) |
Reads the next directory entry of this directory.
objInfo | Object information of the current directory entry read. Also see IFsObjInfo. |
VBOX_E_OBJECT_NOT_FOUND | No more directory entries to read. |
readonly attribute wstring IDirectory::directoryName |
Full path of directory.
readonly attribute wstring IDirectory::filter |
The open filter.