MFBYTESTREAM_SEEK_ORIGIN enumeration
Specifies the origin for a seek request.
Syntax
typedef enum _MFBYTESTREAM_SEEK_ORIGIN { msoBegin, msoCurrent } MFBYTESTREAM_SEEK_ORIGIN;
Constants
- 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
|
Minimum supported client |
Windows Vista [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps | Windows Store apps] |
|
Header |
|
See also
Show: