Changeset 19543 in vbox for trunk/include/iprt/stream.h
- Timestamp:
- May 8, 2009 8:12:31 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/stream.h
r17008 r19543 99 99 100 100 /** 101 * Get the pending error of the stream. 102 * 103 * @returns iprt status code. of the stream. 104 * @param pStream The stream. 105 */ 106 RTR3DECL(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 */ 117 RTR3DECL(int) RTStrmClearError(PRTSTREAM pStream); 118 119 /** 101 120 * Reads from a file stream. 102 121 *
Note:
See TracChangeset
for help on using the changeset viewer.