Used to determine how to compare two Shell items.
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax [FlagsAttribute]
public enum SICHINTF
Members
| Member name | Value | Description |
---|
| SICHINT_DISPLAY | 0 |
Indicates that the comparison is based on the display in a folder view.
|
| SICHINT_ALLFIELDS | -2147483648 |
Exact comparison of two instances of a Shell item.
|
| SICHINT_CANONICAL | 268435456 |
Indicates that the comparison is based on a canonical name.
|
| SICHINT_TEST_FILESYSPATH_IF_NOT_EQUAL | 536870912 |
Windows 7 and later. If the Shell items are not the same, test the file system paths.
|
See Also