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

/vbox/src/VBox/Main/src-client/
H A DGuestCtrlPrivate.cpp1035 ComPtr<IEvent> pThisEvent = aEvent; local
1036 Assert(!pThisEvent.isNull());
1182 const ComPtr<IEvent> pThisEvent = pEvent->Event(); local
1183 if (!pThisEvent.isNull()) /* Having a VBoxEventType_ event is optional. */
1187 HRESULT hr = pThisEvent->COMGETTER(Type)(pType);
1193 pThisEvent.queryInterfaceTo(ppEvent);
1195 unconst(pThisEvent).setNull();

Completed in 56 milliseconds