Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax [FlagsAttribute]
public enum SICHINT
Members
| Member name | Value | Description |
---|
| SICHINT_DISPLAY | 0 |
This relates to the iOrder parameter of the IShellItem::Compare interface and 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 |
This relates to the iOrder parameter of the IShellItem::Compare interface and 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