This form of the function applies to elements that are of type char. Handle is returned from classname_structname_read_handle().
MCO_RET structname_fieldname_get( /*IN*/ structname *handle, /*OUT*/ char *dest, /*IN*/ uint2 dest_size);
| handle | A pointer to a structname handle |
|
dest |
A pointer to a buffer to receive the element’s contents |
|
dest_size |
The size of the |
This form of the function applies to elements that are of type char. Handle is returned from classname_structname_read_handle().
See classname_fieldname_get (char).