Changeset 74577 in vbox for trunk/include/VBox
- Timestamp:
- Oct 2, 2018 10:07:12 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/GuestHost/DragAndDrop.h
r74575 r74577 211 211 * 212 212 * @return IPRT return code. 213 * @param uSizeSize (in bytes) to process.213 * @param cbSize Size (in bytes) to process. 214 214 */ 215 215 int SetSize(uint64_t cbSize) { AssertReturn(m_Type == Type_File, 0); u.File.cbSize = cbSize; return VINF_SUCCESS; }
Note:
See TracChangeset
for help on using the changeset viewer.