abfSetComponentBuffer()

Transfers an entire range of values.

Syntax

voidabfSetComponentBuffer(void *ptr, int length);

Inputs

ptr
A pointer to an array of binary values.
length
The number of values in the area.

Return Value

None

Comments

Setting the component buffer deletes any values previously added to the component. The memory pointed to becomes the property of the abf library and must not be freed or used again by the calling routine.