VirtualBox

Changeset 80470 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Aug 28, 2019 10:56:45 AM (5 years ago)
Author:
vboxsync
Message:

Shared Clipboard/URI: Docs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc.cpp

    r80469 r80470  
    7070 * and could only handle simple data (like copied text and so on).
    7171 *
    72  * Since VBox 6.0 a newer protocol (v1) has been established to also support
     72 * Since VBox 6.1 a newer protocol (v1) has been established to also support
    7373 * file transfers. This protocol does not rely on the old ReportMsg() / ReturnMsg()
    7474 * mechanism anymore and uses a (per-client) message queue instead
    7575 * (see VBOX_SHARED_CLIPBOARD_GUEST_FN_GET_HOST_MSG_OLD vs. VBOX_SHARED_CLIPBOARD_GUEST_FN_GET_HOST_MSG).
     76 *
     77 * To distinguish the old (legacy) or new(er) protocol, the VBOX_SHARED_CLIPBOARD_GUEST_FN_CONNECT
     78 * message has been introduced. If an older guest does not send this message,
     79 * protocol v0 will be used by the host by default.
    7680 *
    7781 * The protocol also support out-of-order messages by using so-called "context IDs",
     
    8185 * comes next; the guest side has to reply with the same conext ID which was sent by
    8286 * the host request.
     87 *
     88 * Also see the protocol changelog at VBoxClipboardSvc.h.
    8389 *
    8490 * @section sec_uri_intro               Transferring files
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette