ILClone function
Clones an ITEMIDLIST structure.
Syntax
PIDLIST_RELATIVE ILClone( _In_ PCUIDLIST_RELATIVE pidl );
Parameters
- pidl [in]
-
Type: PCUIDLIST_RELATIVE
A pointer to the ITEMIDLIST structure to be cloned.
Return value
Type: PIDLIST_RELATIVE
Returns a pointer to a copy of the ITEMIDLIST structure pointed to by pidl.
Remarks
When you are finished with the cloned ITEMIDLIST structure, release it with ILFree to avoid memory leaks.
Requirements
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
Show: