Changeset 44250 in vbox for trunk/include
- Timestamp:
- Jan 8, 2013 1:20:18 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 83110
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/sg.h
r44241 r44250 188 188 * @returns Number of bytes copied. 189 189 * @param pSgBuf The S/G buffer to copy to. 190 * @param pvBuf Buffer to copy the data into.190 * @param pvBuf Buffer to copy the data from. 191 191 * @param cbCopy How many bytes to copy. 192 192 * 193 193 * @note This operation advances the internal buffer pointer of the S/G buffer. 194 194 */ 195 RTDECL(size_t) RTSgBufCopyFromBuf(PRTSGBUF pSgBuf, void *pvBuf, size_t cbCopy);195 RTDECL(size_t) RTSgBufCopyFromBuf(PRTSGBUF pSgBuf, const void *pvBuf, size_t cbCopy); 196 196 197 197 /**
Note:
See TracChangeset
for help on using the changeset viewer.