Carbon


SGDeviceListRecord

Header: QuickTimeComponents.h

struct SGDeviceListRecord {
    SInt16 count; 
    SInt16 selectedIndex; 
    SInt32 reserved; 
    SGDeviceName entry[1];
};
typedef SGDeviceListRecord SGDeviceListPtr;

© 2000 Apple Computer, Inc. (Last Updated 6/26/2000)