Base abstract interface for all guest process input/output (IO) events. More...
Public Attributes | |
readonly attribute unsigned long | handle |
Input/output (IO) handle involved in this event. | |
readonly attribute unsigned long | processed |
Processed input or output (in bytes). |
Base abstract interface for all guest process input/output (IO) events.
{9EA9227C-E9BB-49B3-BFC7-C5171E93EF38}
readonly attribute unsigned long IGuestProcessIOEvent::handle |
Input/output (IO) handle involved in this event.
Usually 0 is stdin, 1 is stdout and 2 is stderr.
readonly attribute unsigned long IGuestProcessIOEvent::processed |
Processed input or output (in bytes).