Changeset 99088 in vbox
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/HostServices/GuestControlSvc.h
r99085 r99088 1590 1590 HGCMFunctionParameter num_entries; 1591 1591 /** 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). */ 1595 1593 HGCMFunctionParameter buffer; 1596 1594 } list; -
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.