Accessing the event queue from C++ via the SDK

Discussion about using the VirtualBox API, Tutorials, Samples.
Post Reply
Zrax0111
Posts: 15
Joined: 17. Dec 2013, 21:23

Accessing the event queue from C++ via the SDK

Post by Zrax0111 »

The SDK Manual (specifically, section 2.3.4 in the 6.0 manual) mentions that event queue processing can be done by calling

Code: Select all

int EventQueue::processEventQueue(uint32_t cMsTimeout)
However, unless I'm missing something, that object and method are not accessible anywhere from the either the mscom or xpcom SDK bindings. I do see wrappers for it in the Python and Java bindings, and even a version in the C glue, but nothing for C++/COM users. How is a poor C++ user supposed to access the event queue with only the SDK (i.e. without pulling in the VirtualBox source tree)?
Post Reply