NANDGetUserData

C Specification


#include <revolution/nand.h>

void* NANDGetUserData( const NANDCommandBlock *block );

Arguments

block Pointer to the command block

Return Values

Returns user data stored in the NANDCommandBlock structure.

Description

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.

See Also

NANDSetUserData, NANDCommandBlock

Revision History

2006/06/16 Initial version.


CONFIDENTIAL