Important: The information in this document is obsolete and should not be used for new development.
SetIconCacheData
You can use theSetIconCacheDatafunction 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
TheSetIconCacheDatafunction sets the data associated with the specified icon cache to the data identified bytheDataparameter.RESULT CODES
noErr 0 No error paramErr -50 The parameter theCachemust be a handle to an icon cache