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>NANDSetUserData</title> 9</head> 10 11<body> 12 13<h1>NANDSetUserData</h1> 14 15<h2>Syntax</h2> 16<dl><dd><pre class="construction"> 17#include <revolution/nand.h> 18 19void NANDSetUserData( NANDCommandBlock *block, void *data); 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 <tr> 30<TH>data</TH> 31<TD>Pointer to the user data being configured</TD> 32 </tr> 33</TABLE> 34</p> 35 36<h2>Return Values</h2> 37<p> 38None. 39</p> 40 41<h2>Description</h2> 42<p> 43Sets user data to the <CODE>NANDCommandBlock</CODE> structure. This is useful when passing data to a callback function. User data is gotten with the <CODE>NANDGetUserData</CODE> function. 44</p> 45 46<h2>See Also</h2> 47<p class="reference"> 48<a href="./NANDGetUserData.html">NANDGetUserData</a>, 49<a href="./NANDCommandBlock.html">NANDCommandBlock</a> 50</p> 51 52<h2>Revision History</h2> 53<p> 542006/06/16 Initial version.<BR> 55</p> 56 57<hr><p>CONFIDENTIAL</p></body> 58</html> 59