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 MMC_VIEW_TYPE enumeration specifies a result view type and is used in the RESULT_VIEW_TYPE_INFO structure.
Syntax
typedef enum _MMC_VIEW_TYPE {
MMC_VIEW_TYPE_LIST = 0,
MMC_VIEW_TYPE_HTML,
MMC_VIEW_TYPE_OCX
} MMC_VIEW_TYPE;
Constants
MMC_VIEW_TYPE_LISTValue: 0 The view type is a list view. |
MMC_VIEW_TYPE_HTMLThe view type is an HTML view. |
MMC_VIEW_TYPE_OCXThe view type is a control view. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista |
| Minimum supported server | Windows Server 2008 |
| Header | mmc.h |