Changeset 72088 in vbox for trunk/src/VBox
- Timestamp:
- May 3, 2018 12:48:34 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GuestCtrlImplPrivate.h
r71872 r72088 1075 1075 int Cancel(void); 1076 1076 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; } 1077 1079 int SignalExternal(IEvent *pEvent); 1078 1080 const GuestEventTypes Types(void) { return mEventTypes; }
Note:
See TracChangeset
for help on using the changeset viewer.