此功能将新的子菜单添加到菜单。
int _plugin_menuadd( int hMenu, //menu handle to add the new child menu to const char* title //child menu title );
返回子菜单句柄(唯一),失败时返回 -1。