Click or drag to resize

SICHINT Enumeration

Used to determine how to compare two Shell items. Maps to Windows' SICHINTF enumeration..

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
[FlagsAttribute]
public enum SICHINT
Members
  Member nameValueDescription
SICHINT_DISPLAY0 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_CANONICAL268435456 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_EQUAL536870912Windows 7 and later. If the Shell items are not the same, test the file system paths.
See Also