#include <nitro/os.h>
const GXRgb* OS_GetFavoriteColorTable(void);
None.
Returns the pointer to the array of constants of type GXRgb
in which the corresponding color value is stored.
The contents of this array cannot be changed.
Gets the pointer to the Favorite Color array, which corresponds to the number of the favoriteColor
member of the OSOwnerInfo
structure and the OSOwnerInfoEx
structure.
OSOwnerInfo
OSOwnerInfoEx
OS_FAVORITE_COLOR_*
OS_GetFavoriteColor
2008/10/28 Added an explanation of the OSOwnerInfoEx
function.
2004/10/08 Initial version.
CONFIDENTIAL