QTAtoms
QT Atom commands
|
|
| QT_NewAtomContainer(containerRef; containerData):error | |||
|
|
containerRef | Longint | Atom container reference |
|
|
containerData | BLOB | Atom container data |
|
|
error | Longint | Error result |
Creates a new atom container in memory from the data supplied in the BLOB parameter.
Parameter containerRef receives a reference to the atom container.
Parameter containerData is a BLOB that contains the atom container data. If you want to create an empty atom container, set containerData to an empty BLOB.
Related commands
| QT_FreeAtomContainer | Releases the memory occupied by an atom container |