Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/HostServices/VBoxClipboardSvc.h
r78307 r78316 55 55 #define VBOX_SHARED_CLIPBOARD_FN_GET_HOST_MSG 1 56 56 /** Sends a list of available formats to host. */ 57 #define VBOX_SHARED_CLIPBOARD_FN_ WRITE_FORMATS257 #define VBOX_SHARED_CLIPBOARD_FN_REPORT_FORMATS 2 58 58 /** Reads data in specified format from host. */ 59 59 #define VBOX_SHARED_CLIPBOARD_FN_READ_DATA 3 -
trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc.cpp
r78307 r78316 484 484 } break; 485 485 486 case VBOX_SHARED_CLIPBOARD_FN_ WRITE_FORMATS:486 case VBOX_SHARED_CLIPBOARD_FN_REPORT_FORMATS: 487 487 { 488 488 /* The guest reports that some formats are available. */
Note:
See TracChangeset
for help on using the changeset viewer.