VirtualBox

Changeset 28113 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Apr 8, 2010 8:11:33 PM (15 years ago)
Author:
vboxsync
Message:

Runtime/Sg: Add a method to advance the internal buffer pointer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/sg.h

    r28053 r28113  
    169169
    170170/**
     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 */
     177RTDECL(size_t) RTSgBufAdvance(PRTSGBUF pSgBuf, size_t cbAdvance);
     178
     179/**
    171180 * Constructs a new segment array starting from the current position
    172181 * and describing the given number of bytes.
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette