Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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) |