Title | Function | Function Name | No |
format Sint32 GFS_CdMovePickup (GfsHn gfs) Input gfs: File handle Output None Function value Error code. Function Moves the CD pickup to the access pointer position. Read Read from CD with GFS_Fread function, GFS_NwFread function, or GFS_NwCdRead function Used to shorten the seek time of pickup when is included.
Title | Function |
format void GFS_SetErrFunc (void (* func) (GfsErrFunc func), void * obj) Input func: Function to be called when an error occurs : obj: The first argument of the func function Output None Function value None Function Registers a function to be called when an error occurs. If NULL is set for func func, the error handling function will be unregistered.
Title | Function | Function Name | No |
format void GFS_GetErrStat (GfsErrStat * stat) Input None Output stat: Error status Function value None Function Gets the error status of the last executed library function.