Duplicate an icon
Source position: icon.pas line 365
function DupDiskObjectA( |
const diskObject: pDiskObject; |
const tags: pTagItem |
):pDiskObject; |
tags |
|
Control options. (ICONDUPA_*) |
Pointer to a struct DiskObject or nil in case of error. You can use IoErr() to retrieve the error code or use the ICONA_ErrorCode tag instead.
This function is used to create a duplicate of a DiskObject in memory. It can also be used to create an extended ("native") DiskObject data structure from an existing, traditional format DiskObject data structure.
|
Return extra information from the system |