Share via


fseek, _lseek Constants (Windows CE 5.0)

Send Feedback

Developing an Application > Microsoft C Run-time Library for Windows CE > Run-time Library Global Constants

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

fseek

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.