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

Implementation of the IDirectory object for directories in the guest. More...

Inheritance diagram for IGuestDirectory:
IDirectory

Public Attributes

readonly attribute boolean midlDoesNotLikeEmptyInterfaces
 
- Public Attributes inherited from IDirectory
readonly attribute wstring directoryName
 The path specified when opening the directory.
 
readonly attribute IEventSource eventSource
 Event source for directory events.
 
readonly attribute wstring filter
 Directory listing filter to (specified when opening the directory).
 
readonly attribute unsigned long id
 The ID VirtualBox internally assigned to the open directory.
 
readonly attribute DirectoryStatus status
 Current directory status.
 

Additional Inherited Members

- Public Member Functions inherited from IDirectory
void close ()
 Closes this directory.
 
void list (in unsigned long maxEntries, [retval] out IFsObjInfo[] objInfo)
 Lists directory entries of this directory.
 
void read ([retval] out IFsObjInfo objInfo)
 Reads the next directory entry of this directory.
 
void rewind ()
 Rewinds the directory reading.
 

Detailed Description

Implementation of the IDirectory object for directories in the guest.

Interface ID:
{CC830458-4974-A19C-4DC6-CC98C2269626}

Member Data Documentation

◆ midlDoesNotLikeEmptyInterfaces

readonly attribute boolean IGuestDirectory::midlDoesNotLikeEmptyInterfaces