Shinobi Library - File System Function

gdFsEntryTrEndFunc

Registers the callback function for when a transfer is completed

FORMAT

void gdFsEntryTrEndFunc( gdfs, func, *obj )
GDFS gdfs
GDFS_FUNC func
void *obj

PARAMETER

 gdfs  File handle 
 func  Callback function 
 *obj  First parameter that is passed to the callback function 

RETURN

None

DESCRIPTION

Registers the callback function for when a transfer is completed.

EXAMPLE

void trend_callback(void *obj)
{
/* Processing */
}
gdFsEntryTrEndFunc(gf, trend_callback, (void *) 0x1234);

gdFsEntryTrEndFunc
COPYRIGHT © SEGA ENTERPRISES, LTD., 1998,1999