Previous Book Contents Book Index Next

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


ISpDevice_GetElementList

You can use the ISpDevice_GetElementList function to get an element list for a specified device.

OSStatus ISpDevice_GetElementList (
	const ISpDeviceReference inDevice,
	ISpElementListReference *outElementList);
inDevice
A reference to the device whose element list you want to get.
outElementList
On exit, a reference to the element list.
function result
A result code.
DESCRIPTION
The ISpDevice_GetElementList function returns a reference to the element list for the device specified in the inDevice parameter and stores it in the location indicated by the outElementList parameter. The element list is read-only and you cannot modify it.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
2 JUL 1996