VirtualBox

Changeset 81768 in vbox for trunk/include/VBox/GuestHost


Ignore:
Timestamp:
Nov 11, 2019 4:36:41 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
134559
Message:

Shared Clipboard: Update.

Location:
trunk/include/VBox/GuestHost
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/GuestHost/SharedClipboard-transfers.h

    r81331 r81768  
    647647    SHCLAREAID                   m_uID;
    648648};
    649 
    650 /**
    651  * Enumeration specifying an Shared Clipboard transfer direction.
    652  */
    653 typedef enum _SHCLTRANSFERDIR
    654 {
    655     /** Unknown transfer directory. */
    656     SHCLTRANSFERDIR_UNKNOWN = 0,
    657     /** Read transfer (from source). */
    658     SHCLTRANSFERDIR_READ,
    659     /** Write transfer (to target). */
    660     SHCLTRANSFERDIR_WRITE,
    661     /** The usual 32-bit hack. */
    662     SHCLTRANSFERDIR_32BIT_HACK = 0x7fffffff
    663 } SHCLTRANSFERDIR, *PSHCLTRANSFERDIR;
    664 
    665 struct _SHCLTRANSFER;
    666 typedef struct _SHCLTRANSFER SHCLTRANSFER;
    667649
    668650/**
  • trunk/include/VBox/GuestHost/SharedClipboard.h

    r81747 r81768  
    3333#include <iprt/list.h>
    3434#include <iprt/types.h>
     35
     36/**
     37 * Enumeration specifying an Shared Clipboard transfer direction.
     38 */
     39typedef enum _SHCLTRANSFERDIR
     40{
     41    /** Unknown transfer directory. */
     42    SHCLTRANSFERDIR_UNKNOWN = 0,
     43    /** Read transfer (from source). */
     44    SHCLTRANSFERDIR_READ,
     45    /** Write transfer (to target). */
     46    SHCLTRANSFERDIR_WRITE,
     47    /** The usual 32-bit hack. */
     48    SHCLTRANSFERDIR_32BIT_HACK = 0x7fffffff
     49} SHCLTRANSFERDIR, *PSHCLTRANSFERDIR;
     50
     51struct _SHCLTRANSFER;
     52typedef struct _SHCLTRANSFER SHCLTRANSFER;
    3553
    3654/** A single Shared Clipboard format. */
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