Carbon


FlushIconRefs

Header: Icons.h Carbon status: Supported

Reclaims memory used by the specified icon if the memory is purgeable.

OSErr FlushIconRefs (
    OSType creator, 
    OSType iconType
);
Parameter descriptions
creator

The creator code of the file whose icon data is to be flushed.

iconType

The type code of the file whose icon data is to be flushed.

function result

A result code.

AVAILABILITY

Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.5 or later.


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