Scroll to navigation

ILFindChild(3w) Wine API 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

Declared in "shlobj.h".
Implemented in "dlls/shell32/pidl.c".
Debug channel "pidl".
Oct 2012 Wine API