MMC_VIEW_TYPE enumeration (mmc.h)
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_LIST Value: 0 The view type is a list view. |
MMC_VIEW_TYPE_HTML The view type is an HTML view. |
MMC_VIEW_TYPE_OCX The view type is a control view. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Minimum supported server | Windows Server 2008 |
Header | mmc.h |