Searched refs:CNTFileInfoDVD (Results 1 – 1 of 1) sorted by relevance
| /RvlSDK-3.3/include/revolution/ |
| D | cnt.h | 172 } CNTFileInfoDVD; typedef 178 CNTFileInfoDVD dvd; 257 s32 contentOpenDVD ( CNTHandleDVD* Cnt, const char* filename, CNTFileInfoDVD* cf… 258 s32 contentReadDVD ( CNTFileInfoDVD* cf, void* addr, u32 length, s32 offset ); 259 s32 contentReadDVDModified ( CNTFileInfoDVD* cf, void* addr, u32 length ); 260 s32 contentSeekDVD ( CNTFileInfoDVD* cf, s32 offset, u32 whence ); 261 s32 contentTellDVD ( CNTFileInfoDVD* cf ); 262 u32 contentGetLengthDVD ( CNTFileInfoDVD* cf ); 263 s32 contentCloseDVD ( CNTFileInfoDVD* cf ); 265 s32 contentFastOpenDVD ( CNTHandleDVD* Cnt, s32 entrynum, CNTFileInfoDVD* cf );
|