|
VirtualBox Main API
|
Notification when a shared folder is added or removed. More...
Public Attributes | |
| readonly attribute Scope | scope |
| Scope of the notification. | |
Public Attributes inherited from IEvent | |
| readonly attribute VBoxEventType | type |
| Event type. | |
| readonly attribute IEventSource | source |
| Source of this event. | |
| readonly attribute boolean | waitable |
| If we can wait for this event being processed. | |
Additional Inherited Members | |
Public Member Functions inherited from IEvent | |
| void | setProcessed () |
| Internal method called by the system when all listeners of a particular event have called IEventSource::eventProcessed. | |
| void | waitProcessed (in long timeout,[retval] out boolean result) |
| Wait until time outs, or this event is processed. | |
Notification when a shared folder is added or removed.
The @a scope argument defines one of three scopes: @link IVirtualBox::sharedFolders global shared folders@endlink<b></b> (@link ::Scope_Global Global@endlink<b></b>), @link IMachine::sharedFolders permanent shared folders@endlink<b></b> of the machine (@link ::Scope_Machine Machine@endlink<b></b>) or @link IConsole::sharedFolders transient shared folders@endlink<b></b> of the machine (@link ::Scope_Session Session@endlink<b></b>). Interested callees should use query the corresponding collections to find out what has changed.
{B66349B5-3534-4239-B2DE-8E1535D94C0B} | readonly attribute Scope ISharedFolderChangedEvent::scope |
Scope of the notification.
1.8.1.2