Changeset 74215 in vbox for trunk/src/VBox/HostServices/DragAndDrop
- Timestamp:
- Sep 12, 2018 10:15:25 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 124992
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/VBox/HostServices/DragAndDrop/dndmanager.cpp ¶
r74211 r74215 66 66 * 67 67 * @returns IPRT status code. 68 * @param pMsg Pointer to DnD message to add. The queue then owns the pointer. 68 * @param uMsg Type (function number) of message to add. 69 * @param cParms Number of parameters of message to add. 70 * @param paParms Array of parameters of message to add. 69 71 * @param fAppend Whether to append or prepend the message to the queue. 70 72 */
Note:
See TracChangeset
for help on using the changeset viewer.