Changeset 100647 in vbox for trunk/include/VBox
- Timestamp:
- Jul 19, 2023 9:28:05 AM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/HostServices/VBoxClipboardExt.h
r100616 r100647 46 46 #endif 47 47 48 /** Sets (or unsets) a clipboard extension callback. */ 48 49 #define VBOX_CLIPBOARD_EXT_FN_SET_CALLBACK (0) 50 /** The guest announces clipboard formats to the extension. */ 49 51 #define VBOX_CLIPBOARD_EXT_FN_FORMAT_ANNOUNCE (1) 52 /** The clipboard service requests clipboard data from the extension. */ 50 53 #define VBOX_CLIPBOARD_EXT_FN_DATA_READ (2) 54 /** The clipboard service writes clipboard data to the extension. */ 51 55 #define VBOX_CLIPBOARD_EXT_FN_DATA_WRITE (3) 56 /** The clipboard service announces an error to the extension. */ 52 57 #define VBOX_CLIPBOARD_EXT_FN_ERROR (4) 53 58
Note:
See TracChangeset
for help on using the changeset viewer.