GetMCInfo
GetMCInfo Make a copy of the current menu color table
#include <Menus.h> Menu Manager
MCTableHandle GetMCInfo( );
returns a handle leading to a copy of the menu color table
GetMCInfo creates a copy of the current menu color table and returns a
handle to that copy. It does not affect the current colors.
Returns: an MCTableHandle; a handle leading to a variable-length list of
MCEntry structures. Returns NIL (0) if the copy operation failed.