VirtualBox

Changeset 92916 in vbox for trunk


Ignore:
Timestamp:
Dec 15, 2021 9:20:57 AM (3 years ago)
Author:
vboxsync
Message:

Guest Control/Main: Added lots of missing docs [Doxygen fixes].

Location:
trunk/src/VBox/Main/src-client
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/GuestFileImpl.cpp

    r92897 r92916  
    340340 * @returns VBox status code.
    341341 * @param   pCbCtx              Host callback context.
    342  * @param   pSvcCbData          Host callback data.
     342 * @param   pSvcCb              Host callback data.
    343343 */
    344344int GuestFile::i_callbackDispatcher(PVBOXGUESTCTRLHOSTCBCTX pCbCtx, PVBOXGUESTCTRLHOSTCALLBACK pSvcCb)
     
    883883 * @returns VBox status code.
    884884 * @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.
    886885 * @param   uSize               Size (in bytes) to read.
    887886 * @param   uTimeoutMS          Timeout (in ms) to wait.
  • trunk/src/VBox/Main/src-client/GuestProcessImpl.cpp

    r92897 r92916  
    10181018 * @returns VBox status code.
    10191019 * @param   procStatus          Guest process status to set.
    1020  * @param   pSvcCbData          Guest process result code to set.
     1020 * @param   procRc              Guest process result code to set.
    10211021 *
    10221022 * @note    Takes the write lock.
  • trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp

    r92897 r92916  
    14761476 *
    14771477 * @returns \c true if file object exists, or \c false if not.
    1478  * @param   uDirID              ID of file object to check.
    1479  * @param   pDir                Where 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.
    14801480 */
    14811481inline bool GuestSession::i_fileExists(uint32_t uFileID, ComObjPtr<GuestFile> *pFile)
     
    27512751 *
    27522752 * @returns \c true if process object exists, or \c false if not.
    2753  * @param   uDirID              ID of process object to check.
    2754  * @param   pDir                Where 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.
    27552755 *
    27562756 * @note    No locking done!
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette