#include <revolution/dvd.h>
void DVDSetUserData(DVDCommandBlock* block, void* data);
block |
Command block. |
data |
Data to set. |
None.
The DVDCommandBlock structure has a member for users to set 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 data, use the DVDGetUserData function.
2006/03/01 Initial version.
CONFIDENTIAL