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 8<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css"> 9 10<TITLE>SCGetOwnerNickName</TITLE> 11 12</HEAD> 13 14 15<BODY> 16 17 18<H1>SCGetOwnerNickName</H1> 19 20 21<H2>Syntax</H2> 22<dl><dd><pre class="construction">#include <revolution/sc.h> 23 24BOOL SCGetOwnerNickName(SCOwnerNickNameInfo* <em>info</em>); 25</pre></dd></dl> 26 27 28<H2>Arguments</H2> 29<TABLE border="1" cellpadding="3" cellspacing="0.1"> 30 <TBODY> 31 <TR> 32<TD width="30%" bgcolor="#ffffe8"><em><strong><code>info</code></strong></em></TD> 33<TD width="*">Pointer to the structure that stores console nickname information.</TD> 34 </TR> 35 </TBODY> 36</TABLE> 37 38 39<H2>Return Values</H2> 40<P>Returns <code>TRUE</code> if the reference to the setting succeeds. Returns <CODE>FALSE</CODE> if it fails.</P> 41 42 43<H2>Description</H2> 44<P>References the console nickname information.</P> 45 46<H2>See Also</H2> 47<P> 48<A href="SCOwnerNickNameInfo.html"><code>SCOwnerNickNameInfo</code></A><br> 49</P> 50 51 52<H2>Revision History</H2> 53<P>2006/08/22 Initial version.</P> 54 55<hr><p>CONFIDENTIAL</p></body> 56</HTML> 57