VirtualBox Main API
|
Notification when a call to IMachine::canShowConsoleWindow is made by a front-end to check if a subsequent call to IMachine::showConsoleWindow can succeed. More...
Additional Inherited Members | |
![]() | |
void | addVeto (in wstring reason) |
Adds a veto on this event. | |
void | isVetoed ([retval] out boolean result) |
If this event was vetoed. | |
void | getVetos ([retval] out wstring[] result) |
Current veto reason list, if size is 0 - no veto. | |
![]() | |
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. |
Notification when a call to IMachine::canShowConsoleWindow is made by a front-end to check if a subsequent call to IMachine::showConsoleWindow can succeed.
The callee should give an answer appropriate to the current machine state using event veto. This answer must remain valid at least until the next @link IConsole::state machine state@endlink<b></b> change.
{ADF292B0-92C9-4A77-9D35-E058B39FE0B9}