| VirtualBox Main API
    | 
Structure representing a Guest Additions facility. More...
 
 | Public Attributes | |
| readonly attribute AdditionsFacilityClass | classType | 
| The class this facility is part of. | |
| readonly attribute long long | lastUpdated | 
| Timestamp of the last status update, in milliseconds since 1970-01-01 UTC. | |
| readonly attribute wstring | name | 
| The facility's friendly name. | |
| readonly attribute AdditionsFacilityStatus | status | 
| The current status. | |
| readonly attribute AdditionsFacilityType | type | 
| The facility's type ID. | |
Structure representing a Guest Additions facility.
{F2F7FAE4-4A06-81FC-A916-78B2DA1FA0E5} | readonly attribute AdditionsFacilityClass IAdditionsFacility::classType | 
The class this facility is part of.
| readonly attribute long long IAdditionsFacility::lastUpdated | 
Timestamp of the last status update, in milliseconds since 1970-01-01 UTC.
| readonly attribute wstring IAdditionsFacility::name | 
The facility's friendly name.
| readonly attribute AdditionsFacilityStatus IAdditionsFacility::status | 
The current status.
| readonly attribute AdditionsFacilityType IAdditionsFacility::type | 
The facility's type ID.