Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Send Feedback on this topic to the authors