SystemMenu
SystemMenu Used internally by the Menu Manager
#include <Desk.h> Desk Manager
void SystemMenu(menuResult );
long menuResult ; hiword=menu, loword=item
SystemMenu is called internally by MenuSelect and MenuKey when a
menu item belonging to a DA gets selected. It passes the information to the DA
for processing. This function should not be called by applications.
menuResult is a 32-bit long that identifies which menu and item was selected. It
is in the same format as returned by MenuSelect and MenuKey;
made up of two values as follows:
High Word Menu ID of selection (this will be negative)
Low Word Item number of selection
Returns: none