Changeset 100234 in vbox for trunk/include/VBox/HostServices
- Timestamp:
- Jun 21, 2023 10:28:51 AM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/HostServices/VBoxClipboardSvc.h
r100204 r100234 934 934 /** uint64_t, in: Context ID. */ 935 935 HGCMFunctionParameter uContext; 936 /** uint32_t, in: VBOX_SHCL_INFO_F LAG_XXX. */936 /** uint32_t, in: VBOX_SHCL_INFO_F_XXX. */ 937 937 HGCMFunctionParameter fInfo; 938 938 /** uint64_t, in: Index of root list entry to get (zero-based). */ … … 1061 1061 /** uint64_t, in: List handle. */ 1062 1062 HGCMFunctionParameter uHandle; 1063 /** uint32_t, in: VBOX_SHCL_INFO_F LAG_XXX. */1063 /** uint32_t, in: VBOX_SHCL_INFO_F_XXX. */ 1064 1064 HGCMFunctionParameter fInfo; 1065 1065 } VBoxShClListEntryReqParms;
Note:
See TracChangeset
for help on using the changeset viewer.