![]() |
ComponentResourceExtension |
Header: Components.h |
struct ComponentResourceExtension { SInt32 componentVersion; SInt32 componentRegisterFlags; SInt16 componentIconFamily; };
The version number of the component. If you specify the componentDoAutoVersion flag in componentRegisterFlags, the Component Manager must obtain the version number of your component when your component is registered. Either you can provide a version number in your components resource, or you can specify a value of 0 for its version number. If you specify 0, the Component Manager sends your component a version request to get the version number of your component.
A set of flags containing additional registration information. See
The resource ID of an icon family. You can provide an icon family in addition to the icon provided in the componentIcon field. Note that members of this icon family are not used by the Finder; you supply an icon family only so that other components or applications can display your components icon in a dialog box if needed.
You can optionally include in your component resource the information defined by the ComponentResourceExtension data type:
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)