[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'icon' (#aros)

GetDiskObject

Read in a Workbench disk object from disk.

Declaration

Source position: icon.pas line 228

function GetDiskObject(

  const Name: STRPTR

):PDiskObject;

Arguments

Name

  

Name of the object or nil if you just want a DiskObject structure allocated for you (useful when calling AddAppIcon() in workbench.library).

Function result

The Workbench disk object in question

Description

This routine reads in a Workbench disk object in from disk. The name parameter will have ".info" postpended to it, and the icon file of that name will be read. If the call fails, it will return nil. The reason for the failure may be obtained via IoErr().

Using this routine protects you from any future changes to the way icons are stored within the system.

A TFreeList structure is allocated just after the DiskObject structure; FreeDiskObject() makes use of this to get rid of the memory that was allocated.

See also

IoErr()

  

Return extra information from the system

DeleteDiskObject

  

Delete a Workbench disk object from disk.

FreeDiskObject

  

Free all memory in a Workbench disk object.

GetDiskObjectNew

  

Read in a Workbench disk object from disk.

GetIconTagList

  

Retrieve an icon

NewDiskObject

  

Create an empty icon

PutDiskObject

  

Write out a DiskObject to disk.

PutIconTagList

  

Store an icon

AddAppIconA

  


Documentation generated on: 2017-01-10