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>OSGetAlarmUserData</h1> 14 15<h2>C Specification</h2> 16<dl><dd><pre><code>#include <revolution/os.h> 17 18void* OSGetAlarmUserData( const OSAlarm* alarm ) 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 getting user data.</TD> 26 </tr> 27</TABLE> 28 29<h2>Return Values</h2> 30<p> 31Returns the user data set in the structure OSAlarm. 32</p> 33 34<H2>Description</H2> 35<P> 36Gets user data stored in the OSAlarm structure. To set user data in the OSAlarm structure, use the <code><a href="OSSetAlarmUserData.html">OSSetAlarmUserData</a></code> function. 37</P> 38 39<h2>See Also</h2> 40<p> 41<a target="contents" href="../toc.html#Alarm">Alarm Functions</a><br> <code><a href="OSSetAlarmUserData.html">OSSetAlarmUserData</a></code> 42</p> 43 44<H2>Revision History</H2> 45<P> 4607/xx/2006 Initial version.<br> 47</P> 48 49<hr> 50<P>CONFIDENTIAL</p> 51</BODY> 52</HTML> 53