Free all memory in a Workbench disk object.
Source position: icon.pas line 355
procedure FreeDiskObject( |
diskobj: pDiskObject |
); |
diskobj |
|
A pointer to a DiskObject structure to free. Nil is allowed and does nothing. |
This routine frees all memory in a Workbench disk object, and the object itself. It is implemented via FreeFreeList().
GetDiskObject() takes care of all the initialization required to set up the object's free list. This procedure may only be called on a DiskObject allocated via GetDiskObject().
|
Read in a Workbench disk object from disk. |
|
|
Write out a DiskObject to disk. |
|
|
Delete a Workbench disk object from disk. |
|
|
Free all memory in a free list. |
|
|
Retrieve an icon |
|
|
Store an icon |