Changeset 99088 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Mar 21, 2023 3:02:47 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibGuestCtrl.cpp
r99085 r99088 2315 2315 * @param pszUser Associated user ID (owner, uid) as a string. 2316 2316 * @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. 2318 2319 */ 2319 2320 VBGLR3DECL(int) VbglR3GuestCtrlDirCbReadEx(PVBGLR3GUESTCTRLCMDCTX pCtx, uint32_t uRc, PGSTCTLDIRENTRYEX pEntry, uint32_t cbSize, … … 2658 2659 * @param pszUser Associated user ID (owner, uid) as a string. 2659 2660 * @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. 2661 2663 */ 2662 2664 VBGLR3DECL(int) VbglR3GuestCtrlFsCbQueryInfoEx(PVBGLR3GUESTCTRLCMDCTX pCtx, uint32_t uRc, PGSTCTLFSOBJINFO pFsObjInfo,
Note:
See TracChangeset
for help on using the changeset viewer.