#include <revolution/dvd.h> void* DVDGetUserData(DVDCommandBlock* block);
| block | Command block. |
|---|
User data.
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.
2006/03/01 Initial version.
CONFIDENTIAL