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 |
|
Show: