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 name="GENERATOR" content="Microsoft FrontPage 5.0">
7<META http-equiv="Content-Style-Type" content="text/css">
8<LINK rel="stylesheet" type="text/css" href="../../CSS/revolution.css">
9<title>OSSetAlarmTag</title>
10</head>
11
12<body>
13
14<h1>OSSetAlarmTag</h1>
15
16<h2>C Specification</h2>
17
18<dl>
19<dd><pre><code>#include &lt;revolution/os.h&gt;
20
21void OSSetAlarmTag ( OSAlarm* alarm, u32 tag );</code></pre>
22  </dd>
23</dl>
24<h2>Arguments</h2>
25<TABLE border="1" cellpadding="3" cellspacing="0.1">
26  <tr>
27<TD width="120" bgcolor="#ffffe8"><i><b><code><STRONG><EM><CODE>alarm</CODE></EM></STRONG></code></b></i></TD>
28<TD width="520">Pointer to alarm to set tag.</TD>
29    </tr>
30  <tr>
31<TD width="120" bgcolor="#ffffe8"><code><b><i><STRONG><EM><CODE>tag</CODE></EM></STRONG></i></b></code></TD>
32<TD width="520">Tag value to set.</TD>
33    </tr>
34  </TABLE>
35<h2>Return Values</h2>
36<P>None.</P>
37<h2>Description</h2>
38<P>Sets a tag to an alarm. The tag is used to cancel alarm groups with the <code><a href="OSCancelAlarms.html">OSCancelAlarms</a></code> function.</P>
39
40<h2>See Also</h2>
41
42<p><a target="contents" href="../toc.html#Alarm">Alarm Functions</a>, <code><a href="OSCancelAlarm.html">OSCancelAlarm</a></code>,&nbsp; <code><a href="OSCancelAlarms.html">OSCancelAlarms</a></code>, <code><a href="OSCreateAlarm.html">OSCreateAlarm</a></code>,&nbsp; <a href="OSSetPeriodicAlarm.html"><code>OSSetPeriodicAlarm</code></a></p>
43<H2>Revision History</H2>
44<P>2006/03/01 Initial version.</P>
45<hr>
46<P>CONFIDENTIAL</p>
47</BODY>
48</HTML>