VirtualBox Main API
|
Notification when a guest process' stdin became available. More...
Public Attributes | |
readonly attribute ProcessInputStatus | status |
Current process input status. More... | |
![]() | |
readonly attribute unsigned long | handle |
Input/output (IO) handle involved in this event. More... | |
readonly attribute unsigned long | processed |
Processed input or output (in bytes). More... | |
![]() | |
readonly attribute IGuestProcess | process |
Guest process object which is related to this event. More... | |
readonly attribute unsigned long | pid |
Guest process ID (PID). More... | |
![]() | |
readonly attribute IGuestSession | session |
Guest session that is subject to change. More... | |
![]() | |
readonly attribute VBoxEventType | type |
Event type. More... | |
readonly attribute IEventSource | source |
Source of this event. More... | |
readonly attribute boolean | waitable |
If we can wait for this event being processed. More... | |
Additional Inherited Members | |
![]() | |
void | setProcessed () |
Internal method called by the system when all listeners of a particular event have called IEventSource::eventProcessed. More... | |
void | waitProcessed (in long timeout, [retval] out boolean result) |
Wait until time outs, or this event is processed. More... | |
Notification when a guest process' stdin became available.
{0DE887F2-B7DB-4616-AAC6-CFB94D89BA78}
readonly attribute ProcessInputStatus IGuestProcessInputNotifyEvent::status |
Current process input status.