Share via


fseek, _lseek Constants (Windows Embedded CE 6.0)

1/5/2010

These constants specify the initial position from which the file pointer seeks a specific location.

#include <stdio.h>

Remarks

The origin argument specifies the initial position and can be one of the following manifest constants:

Constant Meaning

SEEK_END

End of file

SEEK_CUR

Current position of file pointer

SEEK_SET

Beginning of file

See Also

Reference

Run-Time Library Global Constants