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 wstring filter
 Directory listing filter to (specified when opening the directory).
 

Additional Inherited Members

- Public Member Functions inherited from IDirectory
void close ()
 Closes this directory.
 
void read ([retval] out IFsObjInfo objInfo)
 Reads the next directory entry of this directory.
 

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