ILFindChild(3w)
NAME
ILFindChild (SHELL32.24)
SYNOPSIS
LPITEMIDLIST ILFindChild ( LPCITEMIDLIST pidl1, LPCITEMIDLIST pidl2 )
DESCRIPTION
Compares elements from pidl1 and pidl2.
PARAMS
pidl1 [In] .
pidl2 [In] .
RETURNS
pidl1 is desktop pidl2 pidl1 shorter pidl2 pointer to first different element of pidl2 if there was at least one equal element pidl2 shorter pidl1 0 pidl2 equal pidl1 pointer to last 0x00-element of pidl2.
NOTES
exported by ordinal.
IMPLEMENTATION
Exported by ordinal only. Use GetProcAddress(3w) to obtain a pointer to
the function.
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/shell32/pidl.c".
- Debug channel "pidl".