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

ILCloneFirst function

Clones the first SHITEMID structure in an ITEMIDLIST structure.

Syntax


PITEMID_CHILD ILCloneFirst(
  _In_  PCUIDLIST_RELATIVE pidl
);

Parameters

pidl [in]

Type: PCUIDLIST_RELATIVE

A pointer to the ITEMIDLIST structure that you want to clone.

Return value

Type: PITEMID_CHILD

A pointer to an ITEMIDLIST structure that contains the first SHITEMID structure from the ITEMIDLIST structure specified by pidl. Returns NULL on failure.

Requirements

Minimum supported client

Windows XP [desktop apps only]

Minimum supported server

Windows Server 2003 [desktop apps only]

Header

Shlobj.h

Library

Shell32.lib

DLL

Shell32.dll (version 5.0 or later)

See also

ILClone

 

 

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.