DVDGetCurrentDiskID

Syntax

#include <revolution/dvd.h>

DVDDiskID* DVDGetCurrentDiskID(void);

Arguments

None.

Return Values

Pointer to the current disc's ID.

Description

The DVDGetCurrentDiskID function returns a pointer to the current disc's ID.

Do not overwrite the members of the DVDDiskID structure where the address indicated by the pointer is stored. This could have a negative impact on system operations.

See Also

None.

Revision History

2010/08/19 Added a caution specific to overwriting DVDDiskID to the Description.
2006/03/01 Initial version.


CONFIDENTIAL