A value that specifies how Shell Items comparison should be performed.
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax [FlagsAttribute]
public enum SHCIDS
Members
| Member name | Value | Description |
---|
| SHCIDS_NONE | 0 |
No options.
|
| SHCIDS_ALLFIELDS | -2147483648 |
Compare all the information in the item, not just the display names.
|
| SHCIDS_CANONICALONLY | 268435456 |
When comparing by name, compare the system names but not the display names. When this flag is passed, the two items are compared by whatever criteria the Shell folder determines are most efficient, as long as it implements a consistent sort function.
This flag is useful when comparing for equality or when the results of the sort are not displayed to the user. This flag cannot be combined with other flags.
|
| SHCIDS_BITMASK | -65536 |
A bitmask.
|
| SHCIDS_COLUMNMASK | 65535 |
A bitmask for columns.
|
See Also