VirtualBox

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


Ignore:
Timestamp:
Nov 19, 2020 7:52:04 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
141393
Message:

Shared Clipboard/Transfers: Added VBOX_SHCL_GF_0_TRANSFERS_FRONTEND to indicate whether a guest supports a guest OS-native frontend for showing and handling file transfers. bugref:9437

File:
1 edited

Legend:

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

    r84996 r86911  
    618618#define VBOX_SHCL_GF_0_CONTEXT_ID                 RT_BIT_64(0)
    619619/** The guest can copy & paste files and directories.
    620  * @since 6.1.? */
     620 * @since 6.x */
    621621#define VBOX_SHCL_GF_0_TRANSFERS                  RT_BIT_64(1)
     622/** The guest supports a (guest OS-)native frontend for showing and handling file transfers.
     623 *  If not set, the host will show a modal progress dialog instead and transferring file to
     624 *  a guest-specific temporary location first.
     625 *  Currently only supported for Windows guests (integrated into Windows Explorer via IDataObject). */
     626#define VBOX_SHCL_GF_0_TRANSFERS_FRONTEND         RT_BIT_64(2)
    622627/** Bit that must be set in the 2nd parameter, will be cleared if the host reponds
    623628 * correctly (old hosts might not). */
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