if(fp_no){
GetFileName(i,fname);
Print("file %d [%-12s] position: [ %Fp ]\r\n",i,fname,fp_no);
}
}
}
GetFileInfoByNo()
Function: Uses the file number index to retrieve file information.
Syntax:
FILE_DATA far *GetFileInfoByNo(int no);
Header: #include
”7188xc.h”
Description: no: The file index (The first file is index 0).
Return Value: On success, returns the starting address of the file
information.
On error, returns NULL.
Example: Please refer to “GetFilePositionByNo()” for more detailed
information.
GetFileInfoByName()
Function: Uses the file name to retrieve the file information.
Syntax:
char far *GetFileInfoByName(char *fname);
Header: #include
”7188xc.h”
Description: fname: The file name.
Return Value: On success, returns the starting address of the file
information.
On error, returns NULL.
Example: Please refer to “GetFilePositionByNo()” for more detailed
information.
I-7188XC Series User’s Manual(Ver.1.0, Apr/2007,7MH-21-10) ---
130
Содержание I-7188XC Series
Страница 87: ...I 7188XC Series User s Manual Ver 1 0 Apr 2007 7MH 21 10 87...
Страница 136: ...I 7188XC Series User s Manual Ver 1 0 Apr 2007 7MH 21 10 136...
Страница 142: ...Step 8 Make the project I 7188XC Series User s Manual Ver 1 0 Apr 2007 7MH 21 10 142...
Страница 149: ...Step 8 Rebuild the project I 7188XC Series User s Manual Ver 1 0 Apr 2007 7MH 21 10 149...