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
| noErr | 0 | No error |
| paramErr | -50 | The parameter theCache must be a handle to an icon cache |