NANDGetUserData

Syntax

#include <revolution/nand.h>

void* NANDGetUserData( const NANDCommandBlock *block );

Arguments

block Pointer to the command block

Return Values

Returns user data configured in the NANDCommandBlock structure.

Description

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.

See Also

NANDSetUserData, NANDCommandBlock

Revision History

2006/06/16 Initial version.


CONFIDENTIAL