#include <revolution/nand.h> void* NANDGetUserData( const NANDCommandBlock *block );
| block | Pointer to the command block |
|---|
Returns user data configured in the NANDCommandBlock structure.
Gets user data that is stored in the specified command block when an asynchronous function is called. This user data must have already been set with the NANDSetUserData function.
NANDSetUserData, NANDCommandBlock
2006/06/16 Initial version.
CONFIDENTIAL