Progrmmatically changing view mode in mmc snapin

abc abc 351 Reputation points
2021-07-21T18:38:05.687+00:00

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.

How to achieve this?

C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,736 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Castorix31 85,366 Reputation points
    2021-07-21T18:53:20.7+00:00

    View mode is normally changed with IResultData::SetViewMode


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.