Shell Functions


ILCombine Function

Combines two ITEMIDLIST structures.

Syntax

PIDLIST_ABSOLUTE ILCombine(      
    PCIDLIST_ABSOLUTE pidl1,     PCUIDLIST_RELATIVE pidl2 );

Parameters

pidl1
[in] A pointer to the first ITEMIDLIST structure.
pidl2
[in] A pointer to the second ITEMIDLIST structure. This structure is appended to the structure pointed to by pidl1.

Return Value

Returns an ITEMIDLIST containing the combined structures. If you set either pidl1 or pidl2 to NULL, the returned ITEMIDLIST structure is a clone of the non-NULL parameter. Returns NULL if pidl1 and pidl2 are both set to NULL.

Function Information

Minimum DLL Versionshell32.dll version 5.0 or later
Custom ImplementationNo
Headershlobj.h
Import libraryshell32.lib
Minimum operating systems Windows 2000
Tags :


Page view tracker