Carbon


ExtComponentResource

Header: Components.h

struct ExtComponentResource {
    ComponentDescription cd; 
    ResourceSpec component; 
    ResourceSpec componentName; 
    ResourceSpec componentInfo; 
    ResourceSpec componentIcon; 
    SInt32 componentVersion; 
    SInt32 componentRegisterFlags; 
    SInt16 componentIconFamily; 
    SInt32 count; 
    ComponentPlatformInfo platformArray[1];
};
typedef ExtComponentResource ExtComponentResourcePtr;

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