Previous Book Contents Book Index Next

Inside Macintosh: Apple Game Sprockets Guide /
Chapter 3 - InputSprocket / InputSprocket Reference
InputSprocket Functions / Managing Element Lists


ISpGetGlobalElementList

You can use the ISpGetGlobalElementList function to get a global element list. A global element list is a list of all the elements in the system.

OSStatus ISpGetGlobalElementList (
	ISpElementListReference *outElementList);
outElementList
A reference to the global element list.
function result
A result code.
DESCRIPTION
The ISpGetGlobalElementList function gets the global element list and returns a reference to it in the outElementList parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
2 JUL 1996