PDL_FreeItemCollection
Frees a PDL_ItemCollection struct. Your app is responsible for freeing all instances of these that it is given as return values.
Syntax
void PDL_FreeItemCollection(PDL_ItemCollection *itemCollectionInfo);
Parameters
|
Parameter |
Required | Type |
Description |
|
itemCollectionInfo |
Yes | Pointer |
Pointer to PDL_ItemCollection struct. |
Returns
None