VirtualBox

Changeset 19543 in vbox for trunk/include/iprt/stream.h


Ignore:
Timestamp:
May 8, 2009 8:12:31 PM (16 years ago)
Author:
vboxsync
Message:

iprt/stream.h: Added missing RTStrmError and RTStrmClearError prototypes.

File:
1 edited

Legend:

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

    r17008 r19543  
    9999
    100100/**
     101 * Get the pending error of the stream.
     102 *
     103 * @returns iprt status code. of the stream.
     104 * @param   pStream         The stream.
     105 */
     106RTR3DECL(int) RTStrmError(PRTSTREAM pStream);
     107
     108/**
     109 * Clears stream error condition.
     110 *
     111 * All stream operations save RTStrmClose and this will fail
     112 * while an error is asserted on the stream
     113 *
     114 * @returns iprt status code.
     115 * @param   pStream         The stream.
     116 */
     117RTR3DECL(int) RTStrmClearError(PRTSTREAM pStream);
     118
     119/**
    101120 * Reads from a file stream.
    102121 *
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