DVDClose

C Specification

#include <revolution/dvd.h>
BOOL DVDClose(DVDFileInfo* fileInfo);

Arguments

fileInfo File information for the file to close.

Return Values

TRUE if the function succeeds.

Description

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.)

See Also

DVDOpen

Revision History

2006/03/01 Initial version.


CONFIDENTIAL