1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<HTML>
3<HEAD>
4<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
5<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 7.0.1.0 for Windows">
6<META http-equiv="Content-Style-Type" content="text/css">
7<TITLE>OS_GetOwnerInfo[Ex]</TITLE>
8<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css">
9</HEAD>
10<BODY>
11<H1 align="left">OS_GetOwnerInfo[Ex] <IMG src="../../image/NTR.gif" align="middle"><IMG src="../../image/TWL.gif" align="middle"></H1>
12
13<H2>Syntax</H2>
14<P><IMG src="../../image/NTR.gif" align="middle"> <CODE><B>OS_GetOwnerInfo</B></CODE></P>
15<DL>
16  <DD>
17<PRE><CODE>#include &lt;nitro/os.h&gt;</CODE></PRE>
18  <PRE><CODE>void OS_GetOwnerInfo( <A href="OSOwnerInfo.html">OSOwnerInfo</A>* info );
19  </CODE></PRE>
20</DL>
21<P><BR> <IMG src="../../image/TWL.gif" align="middle"> <CODE><B>OS_GetOwnerInfoEx</B></CODE></P>
22<DL>
23  <DD>
24<PRE><CODE>#include &lt;twl/os.h&gt;</CODE></PRE>
25  <PRE><CODE>void OS_GetOwnerInfoEx( <A href="OSOwnerInfo.html">OSOwnerInfoEx</A>* info );
26  </CODE></PRE>
27</DL>
28<H2>Arguments</H2>
29<TABLE border="1" width="100%">
30  <TBODY>
31    <TR>
32<TD width="13%"><EM><STRONG>info</STRONG></EM></TD>
33<TD width="87%">Specifies a pointer to the buffer that is used for acquiring owner information.</TD>
34    </TR>
35  </TBODY>
36</TABLE>
37
38<H2>Return Values</H2>
39<P>None.</P>
40
41<H2>Description</H2>
42<P>Gets owner information that is entered by the end user and stored on a NITRO or TWL console.</P>
43<P>If you want to get owner information in NITRO mode, use the <CODE>OS_GetOwnerInfo</CODE> function. If you want it in TWL mode, use the <CODE>OS_GetOwnerInfoEx</CODE> function.<BR>You can also use the <CODE>OS_GetOwnerInfoEx</CODE> function to get owner information if HYBRID ROM is running on a NITRO console. </P>
44<H2>See Also</H2>
45<P><CODE><A href="OS_GetMacAddress.html">OS_GetMacAddress</A>, <A href="OS_GetOwnerRtcOffset.html">OS_GetOwnerRtcOffset</A></CODE></P>
46
47<H2>Revision History</H2>
48<P>2008/09/02 Added <CODE>OS_GetOwnerInfoEx</CODE>. <BR>2004/09/03 Initial version.<BR>
49</P>
50<hr><p>CONFIDENTIAL</p></body>
51</HTML>