AMX DESIGN XPRESS V 1.5 - PROGRAMMER GUIDE User's Guide Page 273

  • Download
  • Add to my manuals
  • Print
  • Page
    / 316
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 272
KwikNet Virtual File System
K
A
DAK
259
kvf_close kvf_close
Purpose Close 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"
int kvf_close(KN_VFILE *vfd);
Description Vfd is a virtual file descriptor identifying the virtual file to be closed.
Returns If successful, a value of 0 is returned and the file is closed.
On failure, 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 fclose() function.
See Also kvf_open()
Page view 272
1 ... 272 273 274 ... 316

Comments to this Manuals

No comments