Namespace: Rx – Header: Rx.Core/IIoStream.h
IoStreamOrigin Enumeration
C++
#include "Rx.Core/IIoStream.h"
enum class IoStreamOrigin
Values from stdio.h.
Values
Start |
Offset relative to the start of the stream (SEEK_SET). |
Current |
Offset relative to the current stream position (SEEK_CUR). |
End |
Offset relative to the end of the stream (SEEK_END). |