Hi,
I want to achieve similar functionality of mmc view menus detail,list,filter in MMC result view html page.
In html page when I click on dropdown with views(list,detail,filter), I need to change view mode. By using IResultData->SetViewMode() I am changing view mode.
But when programmatically changing view mode, on closing the application view change is not getting saved in %appdata%\Microsoft\MMC.
Why it is not saved
How to make it save?