Expand Minimize
This topic has not yet been rated - Rate this topic

ILCloneChild function

Clones a child ITEMIDLIST structure.

Syntax


PCUITEMID_CHILD ILCloneChild(
  _In_  PCUITEMID_CHILD pidl
);

Parameters

pidl [in]

Type: PCUITEMID_CHILD

A pointer to the child ITEMIDLIST structure to be cloned.

Return value

Type: PCUITEMID_CHILD

A pointer to a copy of the child 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 Vista [desktop apps only]

Minimum supported server

Windows Server 2008 [desktop apps only]

Header

Shlobj.h

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.