SE_metadatainfo_set_classname

Sets the name of the class for a metadata object

Usage syntax

LONG SE_metadatainfo_set_classname (SE_METADATAINFO metadata_record, const CHAR *class_name);

Parameters
metadata_record A pointer to a metadata object
classname A pointer to a character string class name of the metadata
Description

This function sets the name of the class for a metadata object. Declare classname with SE_MAX_METADATA_CLASS_LEN.

Returns

SE_SUCCESS
SE_FAILURE

SE_INVALID_METADATA_OBJECT

SE_INVALID_PARAM_VALUE

SE_INVALID_POINTER