VirtualBox

Changeset 21045 in vbox for trunk/include


Ignore:
Timestamp:
Jun 30, 2009 1:09:19 AM (16 years ago)
Author:
vboxsync
Message:

IPRT: Fixed RTStrmClearError so that it clears the error on the stream as well. Added RTStrmRewind. (Needed for #3897.)

File:
1 edited

Legend:

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

    r20374 r21045  
    118118
    119119/**
     120 * Rewinds the stream.
     121 *
     122 * Stream errors will be reset on success.
     123 *
     124 * @returns IPRT status code.
     125 *
     126 * @param   pStream         The stream.
     127 *
     128 * @remarks Not all streams are rewindable and that behavior is currently
     129 *          undefined for those.
     130 */
     131RTR3DECL(int) RTStrmRewind(PRTSTREAM pStream);
     132
     133/**
    120134 * Reads from a file stream.
    121135 *
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