#include <vmtoolsApp.h>
Data Fields | |
| ToolsCapabilityType | type |
| gchar * | name |
| GuestCapabilities | index |
| guint | value |
The service will register all capabilities with non-zero values when the service is started (or the host asks for the service to register its capabilities).
| GuestCapabilities ToolsAppCapability::index |
The capability entry in the enum defined in guestCaps.h. Used only for TOOLS_CAP_NEW.
| gchar* ToolsAppCapability::name |
For old-style, the capability name. The RPC message for setting the capability will be "tools.capability.[name]". Ignored for TOOLS_CAP_NEW.
Identifies the type of the capability.
The capability value. 0 means disabled. Ignored for TOOLS_CAP_OLD_NOVAL.
1.5.8