SE_metadatainfo_get_description |
Retrieves the description of the metadata object
LONG SE_metadatainfo_get_description (const SE_METADATAINFO metadata_record, CHAR *descripion);
metadata_record | A pointer to a metadata object |
description | A pointer to the description of the metadata |
This function returns the description of the specified metadata object. Use SE_MAX_DESCRIPTION_LEN when declaring the description parameter.
SE_SUCCESS
SE_FAILURE
SE_INVALID_METADATA_OBJECT
SE_INVALID_POINTER
SE_SDE_NOT_STARTED