![]() |
IconFamilyResource |
Header: Icons.h |
Contains data obtained from an 'icns' resource.
struct IconFamilyResource { OSType resourceType; Size resourceSize; IconFamilyElement elements[1]; }; typedef IconFamilyResource IconFamilyPtr;
This is always 'icns'.
This value specifies the total size of this resource.
An array of values defining the icon family described by this structure.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)