VirtualBox

Changeset 99088 in vbox for trunk/src/VBox/Additions


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

Guest Control: Docs nits. bugref:9783

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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