Changeset 77582 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Mar 6, 2019 2:18:39 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GuestSessionImpl.h
r77068 r77582 307 307 ULONG i_getId(void) { return mData.mSession.mID; } 308 308 static Utf8Str i_guestErrorToString(int guestRc); 309 HRESULT i_isReadyExternal(void); 309 bool i_isStarted(void) const; 310 HRESULT i_isStartedExternal(void); 311 bool i_isTerminated(void) const; 310 312 int i_onRemove(void); 311 313 int i_onSessionStatusChange(PVBOXGUESTCTRLHOSTCBCTX pCbCtx, PVBOXGUESTCTRLHOSTCALLBACK pSvcCbData);
Note:
See TracChangeset
for help on using the changeset viewer.