SetMCEntries
SetMCEntries Install color information for one or more menu items
#include <Menus.h> Menu Manager
void SetMCEntries( entryCount, mcTbl );
short entryCount ; number of items to color
MCTablePtr mcTbl ; address of entryCount MCEntry structures
SetMCEntries reads the table at mcTbl and updates the menu color table
with information for the menu items described.
entryCount is the number of entries in the table addressed by mcTbl.
mcTbl is the address of an array of one or more MCEntry structures. These
must be pre-set with the menu IDs and item IDs of the items to be
colored, along with the colors to used.
Returns: none

Notes: Use SetMCEntries with entryCount=1 after calling GetMCEntry to
obtain color information for the menu bar or one menu item.
This function may need to expand the menu color table; thus it might move
relocatable blocks or purge resources. Furthermore, you should copymcTbl
into a local variable before making the call.