Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <f32file.h>

Enum TSeek

TSeek

Description

Flags indicating the destination of a seek operation.

File locations are specified as a 32-bit signed integer, allowing offsets of ?GB from the origin of the seek.

ESeekAddress

This can only be used for file systems with execute-in-place facilities, such as the ROM file system: the offset specifies the absolute address of the data.

ESeekStart

Destination is the start of file.

ESeekCurrent

Destination is the current position in file.

ESeekEnd

Destination is the end of file.