OS_GetFavoriteColorTable

Syntax

#include <nitro/os.h>

const GXRgb* OS_GetFavoriteColorTable(void);

Arguments

None.

Return Values

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.

Description

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.

See Also

OSOwnerInfo
OSOwnerInfoEx
OS_FAVORITE_COLOR_*
OS_GetFavoriteColor

Revision History

2008/10/28 Added an explanation of the OSOwnerInfoEx function.
2004/10/08 Initial version.


CONFIDENTIAL