SE_metadatainfo_get_classname

Retrieves the class name from the supplied metadata object

Usage syntax

LONG SE_metadatainfo_get_classname (const SE_METADATAINFO metadata_record, CHAR *classname);

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

This function returns the class name for a metadata object. Declare classname as SE_MAX_METADATA_CLASS_LEN.

Returns

SE_SUCCESS
SE_INVALID_METADATA_OBJECT

SE_INVALID_POINTER

SE_FAILURE