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". https://source.winehq.org/source/include/shlobj.h

Implemented in "dlls/shell32/pidl.c". https://source.winehq.org/source/dlls/shell32/pidl.c

Debug channel "pidl".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Apr 2024.