Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The ListViewMode enumeration is used by the View.ListViewMode property to define the list view. The list view can contain small icons, large icons, a simple list, a detailed list, or a filtered list. This enumeration applies to the MMC 2.0 Automation Object Model.
Syntax
typedef enum ListViewMode {
ListMode_Small_Icons = 0,
ListMode_Large_Icons,
ListMode_List,
ListMode_Detail,
ListMode_Filtered
} _ListViewMode, LISTVIEWMODE, *PLISTVIEWMODE;
Constants
ListMode_Small_IconsValue: 0 The list view is displayed with small icons. |
ListMode_Large_IconsThe list view is displayed with large icons. |
ListMode_ListA simple list view is displayed. |
ListMode_DetailA detailed list view is displayed. |
ListMode_FilteredA filtered list view is displayed. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista |
| Minimum supported server | Windows Server 2008 |
| Header | mmcobj.h |