VirtualBox

Changeset 72088 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 3, 2018 12:48:34 PM (7 years ago)
Author:
vboxsync
Message:

Guest Control/Main: Implemented GuestWaitEvent::HasGuestError() and GuestWaitEvent::GetGuestError().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/GuestCtrlImplPrivate.h

    r71872 r72088  
    10751075    int                              Cancel(void);
    10761076    const ComPtr<IEvent>             Event(void) { return mEvent; }
     1077    bool                             HasGuestError(void) const { return mRc == VERR_GSTCTL_GUEST_ERROR; }
     1078    int                              GetGuestError(void) const { return mGuestRc; }
    10771079    int                              SignalExternal(IEvent *pEvent);
    10781080    const GuestEventTypes            Types(void) { return mEventTypes; }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette