Carbon


SndListResource

Header: Sound.h

struct SndListResource {
    SInt16 format; 
    SInt16 numModifiers; 
    ModRef modifierPart[1]; 
    SInt16 numCommands; 
    SndCommand commandPart[1]; 
    UInt8 dataPart[1];
};
typedef SndListResource SndListPtr;

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