Duplicate an icon
Source position: icon.pas line 246
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 |