Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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) |