DVDGetUserData

Syntax

#include <revolution/dvd.h>

void* DVDGetUserData(DVDCommandBlock* block);

Arguments

block Command block.

Return Values

User data.

Description

The DVDGetUserData function is a macro that obtains user data in block. You must set the user data in advance using the DVDSetUserData function; if you do not, the DVDGetUserData function will return an unknown value.

See Also

DVDSetUserData

Revision History

2006/03/01 Initial version.


CONFIDENTIAL