Changeset 102833 in vbox for trunk/include/VBox/HostServices
- Timestamp:
- Jan 11, 2024 9:18:25 AM (14 months ago)
- svn:sync-xref-src-repo-rev:
- 161027
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/HostServices/GuestControlSvc.h
r102831 r102833 1182 1182 HGCMFunctionParameter context; 1183 1183 } HGCMMsgPathUserHome; 1184 1185 /** 1186 * Retrieves mount points / drive letters from the guest. 1187 * 1188 * @since 7.1 1189 */ 1190 typedef struct HGCMMsgMountPoints 1191 { 1192 VBGLIOCHGCMCALL hdr; 1193 /** UInt32: Context ID. */ 1194 HGCMFunctionParameter context; 1195 /** UInt32: Flags; currently unused. */ 1196 HGCMFunctionParameter flags; 1197 } HGCMMsgMountPoints; 1184 1198 1185 1199 /**
Note:
See TracChangeset
for help on using the changeset viewer.