The size function for a string element returns the number of bytes in the string. For a vector element, it returns the number of elements in the vector. Handle is returned from
classname_structname_read_handle().
MCO_RET structname_fieldname_size( /*IN*/ structname *handle, /*OUT*/ uint2 *size );
| handle | A pointer to a structname handle |
|
size |
A |
The size function for a string element returns the number of bytes in the string. For a vector element, it returns the number of elements in the vector. Handle is returned from
classname_structname_read_handle().
See
classname_fieldname_size (vector or string).