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.
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) |