CM_ENUM_FLAGS enumeration (shobjidl_core.h)

Used by members of the IColumnManager interface to specify which set of columns are being requested, either all or only those currently visible.

Syntax

typedef enum CM_ENUM_FLAGS {
  CM_ENUM_ALL = 0x1,
  CM_ENUM_VISIBLE = 0x2
} ;

Constants

 
CM_ENUM_ALL
Value: 0x1
Enumerate all.
CM_ENUM_VISIBLE
Value: 0x2
Enumerate visible.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header shobjidl_core.h (include Shobjidl.h)