Changeset 102533 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Dec 8, 2023 10:15:02 AM (15 months ago)
- svn:sync-xref-src-repo-rev:
- 160677
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GuestImpl.h
r98103 r102533 131 131 int i_sessionCreate(const GuestSessionStartupInfo &ssInfo, const GuestCredentials &guestCreds, 132 132 ComObjPtr<GuestSession> &pGuestSession); 133 int i_session Destroy(uint32_t uSessionID);133 int i_sessionRemove(uint32_t uSessionID); 134 134 inline bool i_sessionExists(uint32_t uSessionID); 135 135 /** Returns the VBOX_GUESTCTRL_GF_0_XXX mask reported by the guest. */
Note:
See TracChangeset
for help on using the changeset viewer.