ShellItemCompareHint Enumeration

Used to determine how to compare two Shell items.

For Compare(IShellItem, ShellItemCompareHint) function.

Definition

Namespace: DevCase.Win32.Enums
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum ShellItemCompareHint

Remarks

Members

Display 0 This relates to the iOrder parameter of the Compare(IShellItem, ShellItemCompareHint) interface and indicates that the comparison is based on the display in a folder view.
Canonical 268,435,456 This relates to the iOrder parameter of the Compare(IShellItem, ShellItemCompareHint) interface and indicates that the comparison is based on a canonical name.
TestFileSysPathIfNotEqual 536,870,912 If the Shell items are not the same, test the file system paths.
AllFields 2,147,483,648 Exact comparison of two instances of a Shell item.

See Also