A SERVICE OF

logo

iVIEW-100 Series user’s Manual, 2006, v2.0 ----- 140
GetFileInfoByNo()
Func.: Use file number index to get file information.
Syntax:
FILE_DATA far *GetFileInfoByNo(int no);
Header: #include ”iVIEW.h”
Description:
no: The file index (The first file is index 0).
On success return the start address of the file information.On fail return NULL.
Example: Please refer to “GetFilePositionByNo ()” for deatil information.
GetFileInfoByName()
Func.: Use file name to get file information.
Syntax:
char far *GetFileInfoByName(char *fname);
Header: #include ”iVIEW.h”
Description:
fname: file name.
On success return the start address of the file information.On fail return NULL.
Example: Please refer to “GetFilePositionByNo ()” for deatil information.