Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Frees the memory used by a pointer to an item identifier list (PIDL) list array.
Syntax
void FreeIDListArray(
[in] PIDLIST_RELATIVE *ppidls,
UINT cItems
);
Parameters
[in] ppidls
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
None
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | shobjidl_core.h (include Shobjidl.h) |