Napomena
Pristup ovoj stranici zahteva autorizaciju. Možete pokušati da se prijavite ili da promenite direktorijume.
Pristup ovoj stranici zahteva autorizaciju. Možete pokušati da promenite direktorijume.
Releases the memory space for the pointer to an item identifier list (PIDL) array. This releases both the PIDLIST_ABSOLUTEs within the array and the array itself.
Syntax
void FreeIDListArrayFull(
[in] PIDLIST_ABSOLUTE *ppidls,
UINT cItems
);
Parameters
[in] ppidls
Type: PIDLIST_ABSOLUTE*
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
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) |