★ PROGRAMMER'S GUIDE ★ CD communication I / F (CD part)List | Title | Function | Function Name [SR] | No |
filtno | : Aperture number |
fid | : File identifier of directory file (CDC_NUL_FID: root directory) |
List | Title | Function | Function Name [SR] | No |
List | Title | Function | Function Name [S-] | No |
fid | : Retained first file identifier |
infnum | : Number of file information held |
drend | : Last directory record retention flag |
Constant name | explanation |
|---|---|
TRUE | Holds the last directory record. |
FALSE | Does not hold the last directory record. |
List | Title | Function | Function Name [S-] | No |
CdcFile file; / * 1 Secure file information storage area * / ret = CDC_TgetFileInfo (fid, & file); CdcFile allfile [254]; / * All file information storage area secured * / ret = CDC_TgetFileInfo (CDC_NUL_FID, allfile);
List | Title | Function | Function Name [SR] | No |
filtno | : Aperture number |
fid | : File identifier |
offset | : Logical offset from the beginning of the file (in sector units) |
List | Title | Function | Function Name [SR] | No |
★ PROGRAMMER'S GUIDE ★ CD communication I / F (CD part)