Changeset 100234 in vbox for trunk/include
- Timestamp:
- Jun 21, 2023 10:28:51 AM (18 months ago)
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/GuestHost/SharedClipboard-transfers.h
r100233 r100234 450 450 * Includes terminator. */ 451 451 uint32_t cbName; 452 /** Information flag(s). Of type VBOX_SHCL_INFO_F LAG_XXX. */452 /** Information flag(s). Of type VBOX_SHCL_INFO_F_XXX. */ 453 453 uint32_t fInfo; 454 454 /** Size (in bytes) of the actual list entry. */ -
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.