Changeset 71634 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Apr 3, 2018 5:45:44 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GuestImpl.h
r71406 r71634 105 105 #ifdef VBOX_WITH_GUEST_CONTROL 106 106 int i_dispatchToSession(PVBOXGUESTCTRLHOSTCBCTX pCtxCb, PVBOXGUESTCTRLHOSTCALLBACK pSvcCb); 107 int i_sessionRemove( GuestSession *pSession);107 int i_sessionRemove(uint32_t uSessionID); 108 108 int i_sessionCreate(const GuestSessionStartupInfo &ssInfo, const GuestCredentials &guestCreds, 109 109 ComObjPtr<GuestSession> &pGuestSession);
Note:
See TracChangeset
for help on using the changeset viewer.