Searched defs:pIEvent (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Main/src-client/
H A DGuestFileImpl.cpp965 ComPtr<IEvent> pIEvent; local
967 &evtType, pIEvent.asOutParam());
974 ComPtr<IGuestFileOffsetChangedEvent> pFileEvent = pIEvent;
994 ComPtr<IEvent> pIEvent; local
996 &evtType, pIEvent.asOutParam());
1001 ComPtr<IGuestFileReadEvent> pFileEvent = pIEvent;
1039 ComPtr<IEvent> pIEvent; local
1041 &evtType, pIEvent.asOutParam());
1045 ComPtr<IGuestFileStateChangedEvent> pFileEvent = pIEvent;
1082 ComPtr<IEvent> pIEvent; local
[all...]
H A DGuestProcessImpl.cpp1463 ComPtr<IEvent> pIEvent; local
1465 &evtType, pIEvent.asOutParam());
1470 ComPtr<IGuestProcessInputNotifyEvent> pProcessEvent = pIEvent;
1507 ComPtr<IEvent> pIEvent; local
1511 &evtType, pIEvent.asOutParam());
1516 ComPtr<IGuestProcessOutputEvent> pProcessEvent = pIEvent;
1583 ComPtr<IEvent> pIEvent; local
1585 &evtType, pIEvent.asOutParam());
1589 ComPtr<IGuestProcessStateChangedEvent> pProcessEvent = pIEvent;
H A DGuestSessionImpl.cpp2335 ComPtr<IEvent> pIEvent; local
2337 &evtType, pIEvent.asOutParam());
2342 ComPtr<IGuestSessionStateChangedEvent> pChangedEvent = pIEvent;

Completed in 71 milliseconds