Click to Rate and Give Feedback
MSDN
MSDN Library
User Interface
Windows Shell
Shell Reference
Shell Functions
 ILCombine Function
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 What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker