Changeset 58230 in vbox for trunk/src/VBox/Main/src-client/GuestDnDTargetImpl.cpp
- Timestamp:
- Oct 14, 2015 11:31:33 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 103394
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestDnDTargetImpl.cpp
r58212 r58230 804 804 Msg.setNextUInt32(pData->getFmtSize()); /* cbFormat */ 805 805 Msg.setNextPointer(pData->getMeta().getDataMutable(), pData->getMeta().getSize()); /* pvData */ 806 /* Note1: Fill in the total datato send.807 * Note 2: Only supports uint32_t. */808 Msg.setNextUInt32((uint32_t)pData->get Total());/* cbData */806 /* Fill in the current data block size to send. 807 * Note: Only supports uint32_t. */ 808 Msg.setNextUInt32((uint32_t)pData->getMeta().getSize()); /* cbData */ 809 809 } 810 810 else
Note:
See TracChangeset
for help on using the changeset viewer.