Expand Minimize
0 out of 1 rated this helpful - Rate this topic

ILGetNext function

Retrieves the next SHITEMID structure in an ITEMIDLIST structure.

Syntax


PUIDLIST_RELATIVE ILGetNext(
  _In_opt_  PCUIDLIST_RELATIVE pidl
);

Parameters

pidl [in, optional]

Type: PCUIDLIST_RELATIVE

A pointer to a particular SHITEMID structure in a larger ITEMIDLIST structure.

Return value

Type: PUIDLIST_RELATIVE

Returns a pointer to the SHITEMID structure that follows the one specified by pidl. Returns NULL if pidl points to the last SHITEMID structure.

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.