#include <revolution/dvd.h>
BOOL DVDClose(DVDFileInfo* fileInfo);
fileInfo |
File information for the file to close. |
TRUE if the function succeeds.
Closes the specified file. Because the DVDClose function internally calls the DVDCancel function, if the DVD library isn’t expecting a call (for example, during transfer) to the DVDClose function, the call to the function takes time. Ensure that this situation doesn't occur. (When calling the DVDClose function, make sure the transfer is complete.)
2006/03/01 Initial version.
CONFIDENTIAL