| VirtualBox Main API
    | 
Implementation of the IDirectory object for directories in the guest. More...
 
  
| 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. | |
Implementation of the IDirectory object for directories in the guest.
{CC830458-4974-A19C-4DC6-CC98C2269626} | readonly attribute boolean IGuestDirectory::midlDoesNotLikeEmptyInterfaces |