Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: s32buf.h

Enum TStreamLocation

enum TStreamLocation

Description

Defines the type of location within a stream on which the calculation of a new seek position is based.

The type is used by the stream buffer SeekL() functions.

See also:

EStreamBeginning

The seek position is calculated relative to the beginning of the stream.

EStreamMark

The seek position is calculated relative to the existing read or write mark in the stream.

EStreamEnd

The seek position is calculated relative to the end of the stream.