#include <revolution/dvd.h>
s32 DVDGetFileInfoStatus(const DVDFileInfo* fileInfo);
This macro executes DVDGetCommandBlockStatus(&(fileInfo)->cb). For more detail, see the DVDGetCommandBlockStatus function.
Note that fileInfo should be retrieved in advance using the DVDOpen function.
DVDOpen
DVDReadAsync
DVDGetCommandBlockStatus
DVDFileInfo
DVDCommandBlock
03/01/2006 Initial version.