Changeset 45718 in vbox
- Timestamp:
- Apr 24, 2013 7:22:30 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/HostServices/VBoxClipboardSvc.h
r44528 r45718 1 1 /** @file 2 * Shared Clipboard: 3 * Common header for host service and guest clients. 2 * Shared Clipboard - Common header for host service and guest clients. 4 3 */ 5 4 6 5 /* 7 * Copyright (C) 2006-201 1Oracle Corporation6 * Copyright (C) 2006-2013 Oracle Corporation 8 7 * 9 8 * This file is part of VirtualBox Open Source Edition (OSE), as … … 44 43 * Supported data formats. Bit mask. 45 44 */ 46 #define VBOX_SHARED_CLIPBOARD_FMT_UNICODETEXT 0x0147 #define VBOX_SHARED_CLIPBOARD_FMT_BITMAP 0x0248 #define VBOX_SHARED_CLIPBOARD_FMT_HTML 0x0445 #define VBOX_SHARED_CLIPBOARD_FMT_UNICODETEXT UINT32_C(0x01) 46 #define VBOX_SHARED_CLIPBOARD_FMT_BITMAP UINT32_C(0x02) 47 #define VBOX_SHARED_CLIPBOARD_FMT_HTML UINT32_C(0x04) 49 48 50 49 /*
Note:
See TracChangeset
for help on using the changeset viewer.