Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: More Macintosh Toolbox /
Chapter 5 - Icon Utilities / Icon Utilities Reference
Icon Utilities Routines / Working With Icon Caches


SetIconCacheData

You can use the SetIconCacheData function to set the data associated with an icon cache.

FUNCTION SetIconCacheData (theCache: Handle; theData: Ptr): OSErr;
theCache
A handle to the icon cache whose data is to be set.
theData
A pointer to the data to set.
DESCRIPTION
The SetIconCacheData function sets the data associated with the specified icon cache to the data identified by theData parameter.

RESULT CODES
noErr0No error
paramErr-50The parameter theCache must be a handle to an icon cache

Previous Book Contents Book Index Next

© Apple Computer, Inc.
6 JUL 1996