Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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_ALLValue: 0x1 Enumerate all. |
CM_ENUM_VISIBLEValue: 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) |