QTAtoms
QT Atom commands
|
|
| QT_CopyAtom(containerRef; atomOffset; newContainerData):error | |||
|
|
containerRef | Longint | Atom container reference |
|
|
atomOffset | Longint | Atom offset |
|
|
newContainerData | BLOB | New atom container data |
|
|
error | Longint | Error result |
Copies an atom and its children to a new atom container.
Parameter containerRef specifies the atom container that contains the atom to be copied. It must have been previously obtained with a call to QT_NewAtomContainer.
Parameter atomOffset specifies the atom to be replaced.
Parameter newContainerData receives the data of a new atom container that contains the specified atom and its children.