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 theinDevice
parameter and stores it in the location indicated by theoutElementList
parameter. The element list is read-only and you cannot modify it.