Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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) |