Title | Function | Function Name | No |
format Sint32 GFS_NwCdRead (GfsHngfs, Sint32 nsct) Input gfs: File handle nsct: Number of sectors to read Output None Function value Error code. Function A prefetch request to the data CD buffer is issued to the server function. The access pointer does not change when the requested read process is completed. After If the conditions under are not met, the access operation for the specified file handle is complete. Not finished .
Title | Function | Function Name | No |
format Bool GFS_NwIsComplete (GfsHngfs) Input gfs: File handle Output None Function value Status of access operation. Function Checks whether the server function access operation is complete. The function value has the following meaning: . TRUE: Access completed FALSE: Operating
Title | Function | Function Name | No |
format Sint32 GFS_NwStop (GfsHngfs) Input gfs: File handle Output None Function value Access pointer at the time of cancellation. Negative error code on error. Function Server function access operation is canceled. GFS_NwExecServer in the following file Continues to access .