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

ILRemoveLastID function

Removes the last SHITEMID structure from an ITEMIDLIST structure.

Syntax


BOOL ILRemoveLastID(
  _Inout_opt_  PUIDLIST_RELATIVE pidl
);

Parameters

pidl [in, out, optional]

Type: PUIDLIST_RELATIVE

A pointer to the ITEMIDLIST structure to be shortened. When the function returns, this variable points to the shortened structure.

Return value

Type: BOOL

Returns TRUE if successful, FALSE otherwise.

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)

 

 

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.