VirtualBox

Changeset 100016 in vbox for trunk/include/VBox/HostServices


Ignore:
Timestamp:
May 30, 2023 3:56:01 PM (20 months ago)
Author:
vboxsync
Message:

Shared Clipboard: Header docs update. bugref:9437

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/HostServices/VBoxClipboardSvc.h

    r99968 r100016  
    164164
    165165/** Sends a transfer status to the guest side.
    166  * @since   6.1.?
     166 * @since   7.1
    167167 */
    168168#define VBOX_SHCL_HOST_MSG_TRANSFER_STATUS                   50
    169169/** Reads the root list header from the guest.
    170  * @since   6.1.?
     170 * @since   7.1
    171171 */
    172172#define VBOX_SHCL_HOST_MSG_TRANSFER_ROOT_LIST_HDR_READ       51
    173173/** Writes the root list header to the guest.
    174  * @since   6.1.?
     174 * @since   7.1
    175175 */
    176176#define VBOX_SHCL_HOST_MSG_TRANSFER_ROOT_LIST_HDR_WRITE      52
    177177/** Reads a root list entry from the guest.
    178  * @since   6.1.?
     178 * @since   7.1
    179179 */
    180180#define VBOX_SHCL_HOST_MSG_TRANSFER_ROOT_LIST_ENTRY_READ     53
    181181/** Writes a root list entry to the guest.
    182  * @since   6.1.?
     182 * @since   7.1
    183183 */
    184184#define VBOX_SHCL_HOST_MSG_TRANSFER_ROOT_LIST_ENTRY_WRITE    54
    185185/** Open a transfer list on the guest side.
    186  * @since   6.1.?
     186 * @since   7.1
    187187 */
    188188#define VBOX_SHCL_HOST_MSG_TRANSFER_LIST_OPEN                55
    189189/** Closes a formerly opened transfer list on the guest side.
    190  * @since   6.1.?
     190 * @since   7.1
    191191 */
    192192#define VBOX_SHCL_HOST_MSG_TRANSFER_LIST_CLOSE               56
    193193/** Reads a list header from the guest.
    194  * @since   6.1.?
     194 * @since   7.1
    195195 */
    196196#define VBOX_SHCL_HOST_MSG_TRANSFER_LIST_HDR_READ            57
    197197/** Writes a list header to the guest.
    198  * @since   6.1.?
     198 * @since   7.1
    199199 */
    200200#define VBOX_SHCL_HOST_MSG_TRANSFER_LIST_HDR_WRITE           58
    201201/** Reads a list entry from the guest.
    202  * @since   6.1.?
     202 * @since   7.1
    203203 */
    204204#define VBOX_SHCL_HOST_MSG_TRANSFER_LIST_ENTRY_READ          59
    205205/** Writes a list entry to the guest.
    206  * @since   6.1.?
     206 * @since   7.1
    207207 */
    208208#define VBOX_SHCL_HOST_MSG_TRANSFER_LIST_ENTRY_WRITE         60
    209209/** Open a transfer object on the guest side.
    210  * @since   6.1.?
     210 * @since   7.1
    211211 */
    212212#define VBOX_SHCL_HOST_MSG_TRANSFER_OBJ_OPEN                 61
    213213/** Closes a formerly opened transfer object on the guest side.
    214  * @since   6.1.?
     214 * @since   7.1
    215215 */
    216216#define VBOX_SHCL_HOST_MSG_TRANSFER_OBJ_CLOSE                62
    217217/** Reads from an object on the guest side.
    218  * @since   6.1.?
     218 * @since   7.1
    219219 */
    220220#define VBOX_SHCL_HOST_MSG_TRANSFER_OBJ_READ                 63
    221221/** Writes to an object on the guest side.
    222  * @since   6.1.?
     222 * @since   7.1
    223223 */
    224224#define VBOX_SHCL_HOST_MSG_TRANSFER_OBJ_WRITE                64
    225225/** Indicates that the host has canceled a transfer.
    226  * @since   6.1.?
     226 * @since   7.1
    227227 */
    228228#define VBOX_SHCL_HOST_MSG_TRANSFER_CANCEL                   65
    229229/** Indicates that the an unrecoverable error on the host occurred.
    230  * @since   6.1.?
     230 * @since   7.1
    231231 */
    232232#define VBOX_SHCL_HOST_MSG_TRANSFER_ERROR                    66
     
    638638/** The host can copy & paste files and directories.
    639639 *  This includes messages like
    640  * @since 6.1.? */
     640 * @since 7.1 */
    641641#define VBOX_SHCL_HF_0_TRANSFERS                  RT_BIT_64(1)
    642642/** @} */
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