Click or drag to resize

SICHINTF Enumeration

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
C#
[FlagsAttribute]
public enum SICHINTF
Members
  Member nameValueDescription
SICHINT_DISPLAY0 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_CANONICAL268435456 Indicates that the comparison is based on a canonical name.
SICHINT_TEST_FILESYSPATH_IF_NOT_EQUAL536870912 Windows 7 and later. If the Shell items are not the same, test the file system paths.
See Also