Changeset 98690 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Feb 22, 2023 3:00:11 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 155990
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GuestSessionImplTasks.h
r98272 r98690 420 420 int copyFileToGuest(GuestSession *pSession, RTVFS hVfsIso, Utf8Str const &strFileSource, const Utf8Str &strFileDest, bool fOptional); 421 421 int runFileOnGuest(GuestSession *pSession, GuestProcessStartupInfo &procInfo); 422 int waitForGuestSession(ComObjPtr<Guest> pGuest); 422 423 int checkGuestAdditionsStatus(GuestSession *pSession, eOSType osType); 424 int waitForGuestSession(ComObjPtr<Guest> pGuest, eOSType osType); 423 425 424 426 /** Files to handle. */
Note:
See TracChangeset
for help on using the changeset viewer.