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>OSSetAlarmUserData</title>
9</head>
10
11<body>
12
13<h1>OSSetAlarmUserData</h1>
14
15<h2>C Specification</h2>
16<dl><dd><pre><code>#include &lt;revolution/os.h&gt;
17
18void OSSetAlarmUserData( OSAlarm* alarm, void*    userData )
19</code></pre></dd></dl>
20
21<h2>Arguments</h2>
22<TABLE border="1" cellpadding="3" cellspacing="0.1">
23  <tr>
24<TD width="120" bgcolor="#ffffe8"><i><b><code><STRONG><EM><CODE>alarm</CODE></EM></STRONG></code></b></i></TD>
25<TD width="520">Pointer to the alarm for which user data is to be set.</TD>
26  </tr>
27  <tr>
28<TD width="120" bgcolor="#ffffe8"><i><b><code>userData</code></b></i></TD>
29<TD width="520">User Data</TD>
30  </tr>
31</TABLE>
32
33<h2>Return Values</h2>
34<p>
35None.
36</p>
37
38<H2>Description</H2>
39<P>
40Sets user data to the NANDCommandBlock structure. The user data set can be obtained using the <code><a href="OSGetAlarmUserData.html">OSGetAlarmUserData</a></code> function.
41</P>
42
43<h2>See Also</h2>
44<p>
45<a target="contents" href="../toc.html#Alarm">Alarm Functions</a><br> <code><a href="OSGetAlarmUserData.html">OSGetAlarmUserData</a></code>
46</p>
47
48<H2>Revision History</H2>
49<P>
5007/xx/2006 Initial version.<br>
51</P>
52
53<hr>
54<P>CONFIDENTIAL</p>
55</BODY>
56</HTML>
57