SE_metadatainfo_set_object_name |
Sets the object name for a metadata object
LONG SE_metadatainfo_set_object_name (SE_METADATAINFO metadata_record, const CHAR *object_name);
metadata_record | A pointer to a metadata object |
object_name | A pointer to a character string description of the metadata |
This function sets the object name to which this metadata object belongs. Use SE_MAX_OBJECT_NAME_LEN when declaring the object name parameter.
SE_SUCCESS
SE_FAILURE
SE_INVALID_METADATA_OBJECT
SE_INVALID_PARAM_VALUE
SE_INVALID_POINTER