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

FreeIDListArrayChild function

Releases the memory space for the array of pointers to child item IDs. This releases both the PITEMID_CHILDs within the array and the array itself.

Syntax


void FreeIDListArrayChild(
  _In_  PITEMID_CHILD *ppidls,
  UINT cItems
);

Parameters

ppidls [in]

Type: PITEMID_CHILD*

A pointer to the PIDL list, stored as an array of cItems elements.

cItems

Type: UINT

The number of items in the array.

Return value

This function does not return a value.

Requirements

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2008 [desktop apps only]

Header

Shobjidl.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.