CM_MASK enumeration
Indicates which values in the CM_COLUMNINFO structure should be set during calls to IColumnManager::SetColumnInfo.
Syntax
typedef enum CM_MASK { CM_MASK_WIDTH = 0x00000001, CM_MASK_DEFAULTWIDTH = 0x00000002, CM_MASK_IDEALWIDTH = 0x00000004, CM_MASK_NAME = 0x00000008, CM_MASK_STATE = 0x00000010 } CM_MASK;
Constants
- CM_MASK_WIDTH
-
The uWidth member is specified.
- CM_MASK_DEFAULTWIDTH
-
The uDefaultWidth member is specified.
- CM_MASK_IDEALWIDTH
-
The uIdealWidth member is specified.
- CM_MASK_NAME
-
The wszName member is specified.
- CM_MASK_STATE
-
The dwState member is specified.
Requirements
|
Minimum supported client | Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2008 [desktop apps only] |
|
Header |
|
|
IDL |
|
Send comments about this topic to Microsoft
Build date: 11/28/2012