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

FreeIDListArray function

Frees the memory used by an pointer to an item identifier list (PIDL) list array.

Syntax


void FreeIDListArray(
  _In_  PIDLIST_RELATIVE *ppidls,
  UINT cItems
);

Parameters

ppidls [in]

Type: PIDLIST_RELATIVE*

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

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.