ezEngine  Release 25.03
ezFileSeekMode Struct Reference

For file seek operations this enum defines from which relative position the seek position is described. More...

#include <FileEnums.h>

Public Types

enum  Enum { FromStart, FromEnd, FromCurrent }
 

Detailed Description

For file seek operations this enum defines from which relative position the seek position is described.

Member Enumeration Documentation

◆ Enum

Enumerator
FromStart 

The seek position is relative to the file's beginning.

FromEnd 

The seek position is relative to the file's end.

FromCurrent 

The seek position is relative to the file's current seek position.


The documentation for this struct was generated from the following file: