- Timestamp:
- Dec 15, 2021 9:20:57 AM (3 years ago)
- Location:
- trunk/src/VBox/Main/src-client
- Files:
-
- 3 edited
-
GuestFileImpl.cpp (modified) (2 diffs)
-
GuestProcessImpl.cpp (modified) (1 diff)
-
GuestSessionImpl.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestFileImpl.cpp
r92897 r92916 340 340 * @returns VBox status code. 341 341 * @param pCbCtx Host callback context. 342 * @param pSvcCb DataHost callback data.342 * @param pSvcCb Host callback data. 343 343 */ 344 344 int GuestFile::i_callbackDispatcher(PVBOXGUESTCTRLHOSTCBCTX pCbCtx, PVBOXGUESTCTRLHOSTCALLBACK pSvcCb) … … 883 883 * @returns VBox status code. 884 884 * @retval VERR_GSTCTL_GUEST_ERROR when an error from the guest side has been received. 885 * @param uOffset Offset (in bytes) to start reading from.886 885 * @param uSize Size (in bytes) to read. 887 886 * @param uTimeoutMS Timeout (in ms) to wait. -
trunk/src/VBox/Main/src-client/GuestProcessImpl.cpp
r92897 r92916 1018 1018 * @returns VBox status code. 1019 1019 * @param procStatus Guest process status to set. 1020 * @param p SvcCbDataGuest process result code to set.1020 * @param procRc Guest process result code to set. 1021 1021 * 1022 1022 * @note Takes the write lock. -
trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp
r92897 r92916 1476 1476 * 1477 1477 * @returns \c true if file object exists, or \c false if not. 1478 * @param u DirIDID of file object to check.1479 * @param p DirWhere to return the found file object on success.1478 * @param uFileID ID of file object to check. 1479 * @param pFile Where to return the found file object on success. 1480 1480 */ 1481 1481 inline bool GuestSession::i_fileExists(uint32_t uFileID, ComObjPtr<GuestFile> *pFile) … … 2751 2751 * 2752 2752 * @returns \c true if process object exists, or \c false if not. 2753 * @param u DirIDID of process object to check.2754 * @param p DirWhere to return the found process object on success.2753 * @param uProcessID ID of process object to check. 2754 * @param pProcess Where to return the found process object on success. 2755 2755 * 2756 2756 * @note No locking done!
Note:
See TracChangeset
for help on using the changeset viewer.

