NAME
cxUnkSet
- set size and location of unknown data vector
C SPECIFICATION
#include <cx/DataAccess.h>
cxErrorCode cxUnkSet(cxUnknown *src, long count, char *data)
FORTRAN SPECIFICATION
integer function cxUnkSet(src, count, data)
integer src
integer count, data(*)
PARAMETERS
-
src
-
Input data structure.
-
count
-
New size of data vector.
-
data
-
Pointer to new data vector.
FUNCTION RETURN VALUE
Returns an integer error code enumeration.
DESCRIPTION
The pointer to the data array is copied to the unknown structure.
Individual data values are not copied; the data array must be a
valid shared memory array. The previous data array in src is deallocated.
cxUnkSet returns cx_err_none on success.
SEE ALSO
cxUnknown(3E)
Last modified: Mon Nov 18 13:53:50 GMT 1996
[ Documentation Home ]
© The Numerical Algorithms Group Ltd, Oxford UK. 1996