This function returns the size of a char or string element of a vector.
MCO_RET classname_fieldname_at_len( /*IN*/ classname *handle, /*IN*/ uint2 index, /*OUT*/ uint2 *len );
| handle | A pointer to a classname handle |
|
index |
A |
|
len |
A pointer to a |
This function returns the size of a char or string element of a vector. Like ‘C’ arrays, vectors are counted from zero.
| MCO_S_OK | The vector element size was returned successfully |
| MCO_E_INDEXLIMIT | Index is out of range |
|
MCO_E_TRANSACT |
|
|
MCO_ERR_OBJECT_HANDLE |
|