IPB_Session interface:
NewBoundedSimpleArray method
Description
Creates a bounded simple data array.
Syntax
NewBoundedSimpleArray(pbuint type, pbuint dimension, PBArrayInfo::ArrayBound* bounds)
Argument
|
Description
|
type
|
An enumerated variable of type pbvalue_* indicating
the type of simple unbounded array to be created
|
dimension
|
A number greater than one that indicates
the dimension of the array to be created
|
bounds
|
An array containing the upper and lower
boundaries of the array to be created
|
Return Values
pbarray or null on
failure.
See Also