Changeset 82488 in vbox for trunk/include/VBox/HostServices
- Timestamp:
- Dec 7, 2019 3:42:27 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/HostServices/VBoxClipboardSvc.h
r82486 r82488 293 293 * 294 294 * @deprecated Replaced by VBOX_SHCL_GUEST_FN_MSG_PEEK_WAIT, 295 * VBOX_SHCL_GUEST_FN_MSG_GET, VBOX_SHCL_GUEST_FN_ MSG_CANCEL.295 * VBOX_SHCL_GUEST_FN_MSG_GET, VBOX_SHCL_GUEST_FN_CANCEL. 296 296 */ 297 297 #define VBOX_SHCL_GUEST_FN_GET_HOST_MSG_OLD 1 … … 313 313 #define VBOX_SHCL_GUEST_FN_DATA_WRITE 4 314 314 315 /** Does the actual protocol handshake. If this message is not 316 * being sent by the guest, the host handles that particular client 317 * with the legacy protocol (v0). 315 /** Does the actual protocol handshake. 316 * 317 * If this message is not being sent by the guest, the host handles that 318 * particular client with the legacy protocol (v0). 318 319 * 319 320 * @retval VINF_SUCCESS on success. … … 339 340 /** Query the host ones feature masks. 340 341 * 341 * That way the guest (client) can get hold of the features 342 * from the host. Again, it is prudent to set the 127 bit and observe it being 343 * cleared on success, as older hosts might return success without doing 344 * anything. 342 * That way the guest (client) can get hold of the features from the host. 343 * Again, it is prudent to set the 127 bit and observe it being cleared on 344 * success, as older hosts might return success without doing anything. 345 345 * 346 346 * @retval VINF_SUCCESS on success. … … 533 533 */ 534 534 #define VBOX_SHCL_GUEST_FN_ERROR 27 535 536 /** The last function number (used for validation/sanity). */ 537 #define VBOX_SHCL_GUEST_FN_LAST VBOX_SHCL_GUEST_FN_ERROR 535 538 /** @} */ 536 539
Note:
See TracChangeset
for help on using the changeset viewer.