FMOD_ASYNCREADINFO

struct FMOD_ASYNCREADINFO {
void* handle;
uint offset;
uint sizebytes;
int priority;
void* userdata;
void* buffer;
uint bytesread;
FMOD_FILE_ASYNCDONE_FUNC done;
}

Meta