1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<html> 3 4<head> 5<meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> 6<META http-equiv="Content-Style-Type" content="text/css"> 7<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css"> 8<title>NANDGetUserData</title> 9</head> 10 11<body> 12 13<h1>NANDGetUserData</h1> 14 15<h2>Syntax</h2> 16<dl><dd><pre class="construction"> 17#include <revolution/nand.h> 18 19void* NANDGetUserData( const NANDCommandBlock *block ); 20</pre></dd></dl> 21 22<h2>Arguments</h2> 23<p> 24<TABLE class="arguments" border="1" > 25 <tr> 26<TH>block</TH> 27<TD>Pointer to the command block</TD> 28 </tr> 29</TABLE> 30</p> 31 32<h2>Return Values</h2> 33<p> 34Returns user data configured in the <CODE>NANDCommandBlock</CODE> structure. 35</p> 36 37<h2>Description</h2> 38<p> 39Gets 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 <CODE>NANDSetUserData</CODE> function. 40</p> 41 42<h2>See Also</h2> 43<p class="reference"> 44<a href="./NANDSetUserData.html">NANDSetUserData</a>, 45<a href="./NANDCommandBlock.html">NANDCommandBlock</a> 46</p> 47 48<h2>Revision History</h2> 49<p> 502006/06/16 Initial version.<BR> 51</p> 52 53<hr><p>CONFIDENTIAL</p></body> 54</html> 55