Previous Book Contents Book Index Next

Inside Macintosh: Apple Game Sprockets Guide /
Chapter 3 - InputSprocket / InputSprocket Reference
InputSprocket Functions / Configuring the Application


ISpElement_DisposeVirtual

You can use the ISpElement_DisposeVirtual function to dispose of virtual elements. You must call the ISpStop 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 the inElements parameter and the number of elements to dispose of in the count parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
2 JUL 1996