ISpElementList_Dispose
You can use the ISpElementList_Dispose function to dispose of a specified element list.
OSStatus ISpElementList_Dispose (ISpElementListReference inElementList);
inElementList
- A reference to the element list you want to dispose of.
- function result
- A result code.
DESCRIPTION
The ISpElementList_Dispose function disposes of the element list specified in theinElementList
parameter.CALLING RESTRICTIONS
Do not call ISpElementList_Dispose at interrupt time.