Carbon


IconFamilyResource

Header: Icons.h

Contains data obtained from an 'icns' resource.

struct IconFamilyResource {
    OSType resourceType; 
    Size resourceSize; 
    IconFamilyElement elements[1];
};
typedef IconFamilyResource IconFamilyPtr;

Field descriptions

resourceType

This is always 'icns'.

resourceSize

This value specifies the total size of this resource.

elements

An array of values defining the icon family described by this structure.


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