Source position: mui.pas line 290
type tMUI_Command = record
mc_Name: Pchar;
mc_Template: Pchar;
mc_Parameters: LongInt;
mc_Hook: PHook;
mc_Reserved: array [0..4] of LongInt;
end;