MFBYTESTREAM_SEEK_ORIGIN Enumeration

Specifies the origin for a seek request.

Syntax

typedef enum _MFBYTESTREAM_SEEK_ORIGIN
{
    msoBegin = 0,
    msoCurrent = (msoBegin+1)
} MFBYTESTREAM_SEEK_ORIGIN;  

Constants

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.

Requirements

Header: Declared in mfobjects.h.