ISpElement_DisposeVirtual
You can use the ISpElement_DisposeVirtual function to dispose of virtual elements. You must call theISpStop
function before disposing of any elements that are receiving data.
OSStatus ISpElement_DisposeVirtual ( UInt32 count, ISpElementReference *inElements);
count
- The number of elements to be disposed of.
inElements
- A pointer to an array of element references.
- function result
- A result code.
DESCRIPTION
To dispose of virtual elements, you pass the ISpElement_DisposeVirtual function a pointer to an array of element references in theinElements
parameter and the number of elements to dispose of in thecount
parameter.