#include <revolution/dvd.h>
void* DVDGetUserData(DVDCommandBlock* block);
block |
Command block. |
User data.
The DVDGetUserData function is a macro that obtains user data from block. You must set the user data in advance using the DVDSetUserData function. Otherwise, the DVDGetUserData function returns an unknown value.
03/01/2006 Initial version.