BOOL InsertMenu(UINT nPosition,UINT nFlags,UINT nIDNewItem=0,LPCSTR lpszNewItem=NULL)用于在指定位置插入一菜单.如果nFlags为MF_BYPOSITION,则表明插入在nPosition位置;如果nFlags为MF_BYCOMMAND,则表明插入在ID为nPosition位置.该怎样理解?请大虾帮忙.