#include <revolution/nand.h>
void* NANDGetUserData( const NANDCommandBlock *block );
block |
Pointer to the command block |
Returns user data stored in the NANDCommandBlock structure.
Obtains 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 NANDSetUserData.
NANDSetUserData, NANDCommandBlock
2006/06/16 Initial version.
CONFIDENTIAL