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="IBM WebSphere Studio Homepage Builder Version 7.0.0.0 for Windows"> 7<META http-equiv="Content-Style-Type" content="text/css"> 8<title>OS_GetFavoriteColorTable</title> 9<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css"> 10</head> 11 12<body> 13 14<h1 align="left">OS_GetFavoriteColorTable <IMG src="../../image/NTR.gif" align="middle"><IMG src="../../image/TWL.gif" align="middle"></h1> 15<h2>Syntax</h2> 16 17<dl> 18 <dd> 19<CODE>#include <nitro/os.h></CODE><BR> <BR> <CODE>const GXRgb* OS_GetFavoriteColorTable(void);</CODE><br> 20 </dd> 21</dl> 22<h2>Arguments</h2> 23<P>None.</P> 24 25<h2>Return Values</h2> 26<p>Returns the pointer to the array of constants of type <code><a href="../../gx/Type.html">GXRgb</a></code> in which the corresponding color value is stored.<br />The contents of this array cannot be changed.</p> 27 28<H2>Description</H2> 29<p> 30Gets the pointer to the <a href="os_favorite_color_const.html">Favorite Color</a> array, which corresponds to the number of the <code>favoriteColor</code> member of the <code><a href="OSOwnerInfo.html">OSOwnerInfo</a></code> structure and the <CODE><a href="OSOwnerInfo.html">OSOwnerInfoEx</a></CODE> structure. <BR> 31</P> 32<h2>See Also</h2> 33<p><CODE><a href="OSOwnerInfo.html">OSOwnerInfo</a><BR> <a href="OSOwnerInfo.html">OSOwnerInfoEx</a><BR> <a href="os_favorite_color_const.html">OS_FAVORITE_COLOR_*</a><BR> <a href="OS_GetFavoriteColor.html">OS_GetFavoriteColor</a></CODE></p> 34 35<H2>Revision History</H2> 36<P> 372008/10/28 Added an explanation of the <CODE>OSOwnerInfoEx</CODE> function.<br />2004/10/08 Initial version.<br> 38</P> 39<hr><p>CONFIDENTIAL</p></body> 40</html> 41