Changeset 58288 in vbox
- Timestamp:
- Oct 17, 2015 7:05:46 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 103483
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/localipc-win.cpp
r58282 r58288 805 805 pThis->cRefs++; 806 806 807 /* 808 * If pcbRead is non-NULL this indicates the maximum number of bytes to read. 809 * If pcbRead is NULL then this is the exact number of bytes to read. 810 */ 811 size_t cbToRead = pcbRead ? *pcbRead : cbBuffer; 807 size_t cbToRead = cbBuffer; 812 808 size_t cbTotalRead = 0; 813 809 while (cbToRead > 0)
Note:
See TracChangeset
for help on using the changeset viewer.