GetObjectsBuffer Data Member Function

Populates a <TypeBuffer> with all top level <DataCapture> objects being stored by the <DataCaptureList>, but does not traverse into each individual <DataCapture> objects to see what those objects store.

Prototype

int32 GetObjectsBuffer( TypeBuffer p_apObjects )

Parameters

Parameter Type Parameter Name Documentation
<TypeBuffer>p_apObjectsA pointer to the <TypeBuffer> that stores the internal <DataCapture> objects. Note this collection will refer to these objects, and does not take ownership.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.