#include <revolution/dvd.h> void DVDSetUserData(DVDCommandBlock* block, void* data);
| block | Command block. |
|---|---|
| data | Data to set. |
None.
The DVDCommandBlock structure includes a member used for setting user-related optional data. This structure is useful when passing data to a callback function.
The DVDSetUserData function is a macro that sets data to a member. To read out the data, use the DVDGetUserData function.
2006/03/01 Initial version.
CONFIDENTIAL