ShellItemCompareHint Enumeration
Namespace: DevCase.Win32.EnumsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum ShellItemCompareHint
Public Enumeration ShellItemCompareHint
Dim instance As ShellItemCompareHint
public enum class ShellItemCompareHint
type ShellItemCompareHint
No code example is currently available or this language may not be supported.
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.
|