ILFindChild.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/shell32/pidl.c".

Debug channel "pidl".