QTAtoms
QT Atom commands
|
|
| QT_SetAtomData(containerRef; atomOffset; atomData):error | |||
|
|
containerRef | Longint | Atom container reference |
|
|
atomOffset | Longint | Atom offset |
|
|
atomData | BLOB | Atom data |
|
|
error | Longint | Error result |
Changes the data of a leaf atom.
Parameter containerRef specifies the atom container. It must have been previously obtained with a call to QT_NewAtomContainer.
Parameter atomOffset specifies the atom to be modified. Only leaf atoms contain data; if you pass a non-leaf atom, an error is returned.
Parameter atomData is a BLOB containing the atom data.
Related commands
| QT_GetAtomData | Retrieves the data of a leaf atom |