Changeset 28113 in vbox for trunk/include/iprt
- Timestamp:
- Apr 8, 2010 8:11:33 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/sg.h
r28053 r28113 169 169 170 170 /** 171 * Advances the internal buffer pointer. 172 * 173 * @returns Number of bytes the pointer was moved forward. 174 * @param pSgBuf The S/G buffer. 175 * @param cbAdvance Number of bytes to move forward. 176 */ 177 RTDECL(size_t) RTSgBufAdvance(PRTSGBUF pSgBuf, size_t cbAdvance); 178 179 /** 171 180 * Constructs a new segment array starting from the current position 172 181 * and describing the given number of bytes.
Note:
See TracChangeset
for help on using the changeset viewer.