ILIsEqual function
Tests whether two ITEMIDLIST structures are equal in a binary comparison.
Syntax
BOOL ILIsEqual( _In_ PCIDLIST_ABSOLUTE pidl1, _In_ PCIDLIST_ABSOLUTE pidl2 );
Parameters
- pidl1 [in]
-
Type: PCIDLIST_ABSOLUTE
The first ITEMIDLIST structure.
- pidl2 [in]
-
Type: PCIDLIST_ABSOLUTE
The second ITEMIDLIST structure.
Return value
Type: BOOL
Returns TRUE if the two structures are equal, FALSE otherwise.
Remarks
ILIsEqual performs a binary comparison of the item data. It is possible for two ITEMIDLIST structures to differ at the binary level while referring to the same item. IShellFolder::CompareIDs should be used to perform a non-binary comparison.
Requirements
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|