Changeset 83621 in vbox for trunk/include/VBox
- Timestamp:
- Apr 8, 2020 3:02:16 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/HostServices/VBoxClipboardSvc.h
r82852 r83621 122 122 /** Request data for a specific format from the guest. 123 123 * 124 * Two parameters, first the 32-bit message ID followed by a a 32-bit125 * format bit(VBOX_SHCL_FMT_XXX). The guest will respond by issuing a124 * Two parameters, first the 32-bit message ID followed by a 32-bit format bit 125 * (VBOX_SHCL_FMT_XXX). The guest will respond by issuing a 126 126 * VBOX_SHCL_GUEST_FN_DATA_WRITE. 127 127 * … … 161 161 * @note The host may sometimes incorrectly set more than one format bit, in 162 162 * which case it's up to the guest to pick which to write back. 163 * @since 6. 3.2163 * @since 6.1.2 164 164 */ 165 165 #define VBOX_SHCL_HOST_MSG_READ_DATA_CID 5
Note:
See TracChangeset
for help on using the changeset viewer.