|
VirtualBox Main API
|
Structure representing a directory entry on the guest OS. More...
Public Attributes | |
| readonly attribute long long | nodeId |
| The unique identifier (within the guest's file system) of this file system object. | |
| readonly attribute wstring | name |
| The filename. | |
| readonly attribute GuestDirEntryType | type |
| The entry type. | |
Structure representing a directory entry on the guest OS.
{20A66EFC-C2F6-4438-826F-38454C04369E} | readonly attribute long long IGuestDirEntry::nodeId |
The unique identifier (within the guest's file system) of this file system object.
| readonly attribute wstring IGuestDirEntry::name |
The filename.
| readonly attribute GuestDirEntryType IGuestDirEntry::type |
The entry type.
1.8.1.2