VirtualBox

Changeset 99088 in vbox


Ignore:
Timestamp:
Mar 21, 2023 3:02:47 PM (22 months ago)
Author:
vboxsync
Message:

Guest Control: Docs nits. bugref:9783

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/HostServices/GuestControlSvc.h

    r99085 r99088  
    15901590            HGCMFunctionParameter num_entries;
    15911591            /** Buffer containing the GSTCTLDIRENTRYEX entries, immediately followed
    1592              *  by resolved user + groups as a string (empty strings if not resolved).
    1593              *
    1594              *  Only will be sent if \a num_entries > 0. */
     1592             *  by resolved user + groups as a string (empty strings if not resolved). */
    15951593            HGCMFunctionParameter buffer;
    15961594        } list;
  • trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibGuestCtrl.cpp

    r99085 r99088  
    23152315 * @param   pszUser             Associated user ID (owner, uid) as a string.
    23162316 * @param   pszGroups           Associated user groups as a string.
    2317  *                              Multiple groups are delimited by "\r\n", whereas the first group always is the primary group.
     2317 *                              Multiple groups are delimited by GSTCTL_DIRENTRY_GROUPS_DELIMITER_STR,
     2318 *                              whereas the first group always is the primary group.
    23182319 */
    23192320VBGLR3DECL(int) VbglR3GuestCtrlDirCbReadEx(PVBGLR3GUESTCTRLCMDCTX pCtx, uint32_t uRc, PGSTCTLDIRENTRYEX pEntry, uint32_t cbSize,
     
    26582659 * @param   pszUser             Associated user ID (owner, uid) as a string.
    26592660 * @param   pszGroups           Associated user groups as a string.
    2660  *                              Multiple groups are delimited by "\r\n", whereas the first group always is the primary group.
     2661 *                              Multiple groups are delimited by GSTCTL_DIRENTRY_GROUPS_DELIMITER_STR,
     2662 *                              whereas the first group always is the primary group.
    26612663 */
    26622664VBGLR3DECL(int) VbglR3GuestCtrlFsCbQueryInfoEx(PVBGLR3GUESTCTRLCMDCTX pCtx, uint32_t uRc, PGSTCTLFSOBJINFO pFsObjInfo,
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