Specifies the origin for a seek request.
typedef enum _MFBYTESTREAM_SEEK_ORIGIN
{
msoBegin = 0,
msoCurrent = (msoBegin+1)
} MFBYTESTREAM_SEEK_ORIGIN;
| Constant | Description |
|---|---|
| msoBegin | The seek position is specified relative to the start of the stream. |
| msoCurrent | The seek position is specified relative to the current read/write position in the stream. |
Header: Declared in mfobjects.h.