Changeset 59829 in vbox
- Timestamp:
- Feb 26, 2016 9:56:04 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/HostServices/DragAndDropSvc.h
r58329 r59829 4 4 5 5 /* 6 * Copyright (C) 2011-201 5Oracle Corporation6 * Copyright (C) 2011-2016 Oracle Corporation 7 7 * 8 8 * This file is part of VirtualBox Open Source Edition (OSE), as … … 136 136 * ready to transfer data over to the guest. */ 137 137 HOST_DND_HG_EVT_DROPPED = 203, 138 /** The host requested to cancel the current DnD operation. */ 138 /** The host requested to cancel the current DnD operation on 139 * the guest side. This can happen on user request on the host's 140 * UI side or due to some host error which has happened. 141 * 142 * Note: This is a fire-and-forget message, as the host should 143 * not rely on an answer from the guest side in order to 144 * properly cancel the operation. */ 139 145 HOST_DND_HG_EVT_CANCEL = 204, 140 146 /** Sends the data header at the beginning of a (new)
Note:
See TracChangeset
for help on using the changeset viewer.