status = PutDefDiskObject(diskobj)
BOOL PutDefDiskObject(struct DiskObject *);
This routine writes out a DiskObject structure, and its associated information. If the call fails, FALSE will be returned. The reason for the failure may be obtained via IoErr().
Note that this function calls
PutDiskObject() internally which means that this call (if sucessful) notifies workbench than an icon has been created/modified.
Using this routine protects you from any future changes to the way default icons are stored within the system.