Changeset 21045 in vbox for trunk/include
- Timestamp:
- Jun 30, 2009 1:09:19 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/stream.h
r20374 r21045 118 118 119 119 /** 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 */ 131 RTR3DECL(int) RTStrmRewind(PRTSTREAM pStream); 132 133 /** 120 134 * Reads from a file stream. 121 135 *
Note:
See TracChangeset
for help on using the changeset viewer.