AMX DESIGN XPRESS V 1.5 - PROGRAMMER GUIDE Podręcznik Użytkownika Strona 279

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 316
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 278
KwikNet Virtual File System
K
A
DAK
265
kvf_tell kvf_tell
Purpose Determine the Current Position of the File Pointer in a Virtual File
Used by
n Task o ISP o Timer Procedure o Restart Procedure n Exit Procedure
Setup Prototype is in file KN_FILES.H.
#include "KN_LIB.H"
#include "KN_FILES.H"
long kvf_tell(KN_VFILE *vfd;
Description Vfd is a virtual file descriptor identifying a currently open virtual file.
Returns If successful, a value of n is returned where n is the position of the file
pointer within the virtual file. If the file pointer is at the end of the file,
the value n will be the number of bytes in the file.
If parameter vfd does not reference an open virtual file and there is no
underlying file system to handle the request, a value of -1 is returned.
Note If the parameter vfd does not reference a currently open virtual file, the
request is passed on via the KwikNet Universal File System Interface to the
underlying real file system, if one exists. In such a case, the return value
will be dictated by the equivalent ftell() function.
See Also kvf_fsize(), kvf_seek()
Przeglądanie stron 278
1 2 ... 274 275 276 277 278 279 280 281 282 283 284 ... 315 316

Komentarze do niniejszej Instrukcji

Brak uwag