Searched refs:VBoxEvent (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Main/include/
H A DEventImpl.h26 class ATL_NO_VTABLE VBoxEvent : class in inherits:EventWrap
30 DECLARE_EMPTY_CTOR_DTOR(VBoxEvent)
/vbox/src/VBox/Main/src-all/
H A DEventImpl.cpp69 struct VBoxEvent::Data
85 DEFINE_EMPTY_CTOR_DTOR(VBoxEvent)
87 HRESULT VBoxEvent::FinalConstruct()
93 void VBoxEvent::FinalRelease()
104 HRESULT VBoxEvent::init(IEventSource *aSource, VBoxEventType_T aType, BOOL aWaitable)
138 void VBoxEvent::uninit()
159 HRESULT VBoxEvent::getType(VBoxEventType_T *aType)
166 HRESULT VBoxEvent::getSource(ComPtr<IEventSource> &aSource)
172 HRESULT VBoxEvent::getWaitable(BOOL *aWaitable)
179 HRESULT VBoxEvent
[all...]

Completed in 44 milliseconds