Changeset 104636 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- May 15, 2024 9:35:25 AM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GuestSessionImplTasks.h
r98729 r104636 420 420 int copyFileToGuest(GuestSession *pSession, RTVFS hVfsIso, Utf8Str const &strFileSource, const Utf8Str &strFileDest, bool fOptional); 421 421 int runFileOnGuest(GuestSession *pSession, GuestProcessStartupInfo &procInfo, bool fSilent = false); 422 HRESULT setUpdateErrorMsg(HRESULT hrc, const Utf8Str &strMsg); 423 HRESULT setUpdateErrorMsg(HRESULT hrc, const Utf8Str &strMsg, const GuestErrorInfo &guestErrorInfo); 422 424 423 425 int checkGuestAdditionsStatus(GuestSession *pSession, eOSType osType);
Note:
See TracChangeset
for help on using the changeset viewer.