Changeset 86959 in vbox for trunk/include/VBox/HostServices
- Timestamp:
- Nov 23, 2020 11:25:53 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 141479
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/HostServices/VBoxClipboardSvc.h
r86911 r86959 643 643 #define VBOX_SHCL_HF_0_TRANSFERS RT_BIT_64(1) 644 644 /** @} */ 645 646 647 /** @name VBOX_SHCL_FMT_XXX - Data formats (flags) for Shared Clipboard.648 * @{649 */650 /** No format set. */651 #define VBOX_SHCL_FMT_NONE 0652 /** Shared Clipboard format is an Unicode text. */653 #define VBOX_SHCL_FMT_UNICODETEXT RT_BIT(0)654 /** Shared Clipboard format is bitmap (BMP / DIB). */655 #define VBOX_SHCL_FMT_BITMAP RT_BIT(1)656 /** Shared Clipboard format is HTML. */657 #define VBOX_SHCL_FMT_HTML RT_BIT(2)658 #ifdef VBOX_WITH_SHARED_CLIPBOARD_TRANSFERS659 /** Shared Clipboard format is a transfer list. */660 # define VBOX_SHCL_FMT_URI_LIST RT_BIT(3)661 #endif662 /** @} */663 664 645 665 646 /** @name Context ID related macros and limits
Note:
See TracChangeset
for help on using the changeset viewer.