SE_metadatainfo_get_value

Retrieves the value of the supplied metadata object

Usage syntax

LONG SE_metadatainfo_get_value (const SE_METADATAINFO metadata_record, CHAR *value);

Parameters
metadata_record A pointer to a metadata object
value A pointer to the value of the metadata
Description

This function returns the value of the specified metadata object. Use SE_MAX_METADATA_VALUE_LEN when declaring the value parameter.

Returns

SE_SUCCESS
SE_FAILURE

SE_INVALID_METADATA_OBJECT

SE_INVALID_POINTER

SE_SDE_NOT_STARTED