Method of IMainMenuHandler
Called when be main menu should updated
MainMenuHandler.Init(pMenu, bUpdate);
==== Visual Basic Script ====
MainMenuHandler.Init pMenu, bUpdate
==== C++ ====
HRESULT hr = MainMenuHandler.Init(pMenu, bUpdate);
===== See Also ===== IMainMenuHandler