Return to previous page Return to menu Go to next page

  Title  
Function specifications
  Function  
Get file information
  Function Name  
GFS_GetFileInfo
No
2.8

  Title  
Function specifications
  Function  
CD buffer partition Get number of sectors
  Function Name  
GFS_GetNumCdbuf
  No 
2.9
      format  Sint32 GFS_GetNumCdbuf (GfsHngfs)
     Input  gfs: File handle
     Output  None
     Function value  Number of sectors in CD buffer section
     Function  Acquires the number of sectors existing in the CD buffer section. 

8.3 Complete return type reading

  Title  
Function specifications
  Function  
Load all files
  Function Name  
GFS_Load
No
3.1

      format  Sint32 GFS_Load (Sint32 fid, Sint32 off, void * buf, Sint32 bsize)
     Input  fid: File identifier
    :  off: Offset (in sectors)
    :  bsize: Maximum number of data to be read (unit: bytes)
     Output  buf: Data reading area
     Function value  Number of data read (in bytes). Negative error code in case of error.
     Function  Reads file data by specifying a file identifier. Open, closed
     Processing  is performed inside this function.
      When the file size is less than bsize, the data up to the end of the file is read.
     will be included . If GFS_BUFSIZ_INF is specified for bsize, the end of the file from the specified position
    Data up to   is read.
     Remarks  buf must be placed on a 4-byte boundary.
    :  The retrieval mode, transfer mode, reading parameters, and retrieval parameters are the default.
    The  default value is used. 


Return to previous page Return to menu Go to next page