Changeset 99088 in vbox for trunk/include/VBox/HostServices
- Timestamp:
- Mar 21, 2023 3:02:47 PM (23 months ago)
- File:
-
- 1 edited
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;
Note:
See TracChangeset
for help on using the changeset viewer.