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>C Specification</h2> 16<dl><dd><pre><code> 17#include <revolution/nand.h> 18 19void* NANDGetUserData( const NANDCommandBlock *block ); 20</code></pre></dd></dl> 21 22<h2>Arguments</h2> 23<p> 24<TABLE border="1" > 25 <tr> 26<TD valign="top" width="120" bgcolor="#ffffe8"><CODE><STRONG><EM>block</EM></STRONG></CODE></TD> 27<TD width="520">Pointer to the command block</TD> 28 </tr> 29</TABLE> 30</p> 31 32<h2>Return Values</h2> 33<p> 34Returns user data stored in the NANDCommandBlock structure. 35</p> 36 37<h2>Description</h2> 38<p> 39Obtains 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. 40</p> 41 42<h2>See Also</h2> 43<p> 44<code><a href="./NANDSetUserData.html">NANDSetUserData</a></code>, <code><a href="./NANDCommandBlock.html">NANDCommandBlock</a></code> 45</p> 46 47<h2>Revision History</h2> 48<p> 492006/06/16 Initial version.<br> 50</p> 51 52<hr> 53<P>CONFIDENTIAL</p> 54</BODY> 55</HTML> 56