Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
Specifies the origin for a seek request.
Syntax
typedef enum _MFBYTESTREAM_SEEK_ORIGIN {
msoBegin = 0,
msoCurrent
} MFBYTESTREAM_SEEK_ORIGIN;
Constants
msoBeginValue: 0 The seek position is specified relative to the start of the stream. |
msoCurrentThe seek position is specified relative to the current read/write position in the stream. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps | UWP apps] |
| Minimum supported server | Windows Server 2008 [desktop apps | UWP apps] |
| Header | mfobjects.h (include Mfidl.h) |