Changeset 74234 in vbox for trunk/include/VBox/HostServices
- Timestamp:
- Sep 13, 2018 12:03:08 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/HostServices/DragAndDropSvc.h
r69107 r74234 4 4 5 5 /* 6 * Copyright (C) 2011-201 7Oracle Corporation6 * Copyright (C) 2011-2018 Oracle Corporation 7 7 * 8 8 * This file is part of VirtualBox Open Source Edition (OSE), as … … 54 54 * | VBOXDNDHGSENDFILEDATAMSG and VBOXDNDGHSENDFILEDATAMSG are now sharing the same HGCM mesasge. 55 55 * - Removed unused HOST_DND_GH_RECV_DIR, HOST_DND_GH_RECV_FILE_DATA and HOST_DND_GH_RECV_FILE_HDR commands. 56 * 57 * Protocol TODO: 58 * 59 * - Split up messages which use VBOXDNDHGACTIONMSG into own functions and remove parameters which 60 * are not actually needed / used by a function. Why does HOST_DND_HG_EVT_MOVE need all the format stuff, for example? 56 61 */ 57 62
Note:
See TracChangeset
for help on using the changeset viewer.