Changeset 99256 in vbox for trunk/include/VBox/HostServices
- Timestamp:
- Mar 31, 2023 12:40:07 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/HostServices/GuestControlSvc.h
r99254 r99256 972 972 * Queries information for a file system object on the guest. 973 973 */ 974 typedef struct HGCMMsgFs QueryInfo974 typedef struct HGCMMsgFsObjQueryInfo 975 975 { 976 976 VBGLIOCHGCMCALL hdr; … … 983 983 /** Flags (GSTCTL_PATH_F_XXX). */ 984 984 HGCMFunctionParameter flags; 985 } HGCMMsgFs QueryInfo;985 } HGCMMsgFsObjQueryInfo; 986 986 #endif /* VBOX_WITH_GSTCTL_TOOLBOX_AS_CMDS */ 987 987
Note:
See TracChangeset
for help on using the changeset viewer.