Changeset 86911 in vbox for trunk/include/VBox/HostServices
- Timestamp:
- Nov 19, 2020 7:52:04 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 141393
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/HostServices/VBoxClipboardSvc.h
r84996 r86911 618 618 #define VBOX_SHCL_GF_0_CONTEXT_ID RT_BIT_64(0) 619 619 /** The guest can copy & paste files and directories. 620 * @since 6. 1.?*/620 * @since 6.x */ 621 621 #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) 622 627 /** Bit that must be set in the 2nd parameter, will be cleared if the host reponds 623 628 * correctly (old hosts might not). */
Note:
See TracChangeset
for help on using the changeset viewer.