SE_metadatainfo_get_object_owner

Returns the object owner of the supplied metadata object

Usage syntax

LONG SE_metadatainfo_get_object_owner (const SE_METADATAINFO metadata_record, CHAR *object_owner);

Parameters
metadata_record A pointer to a metadata object
object_owner A pointer to the name of the owner of the metadata
Description

This function returns the owner of the specified metadata object. Use SE_MAX_OWNER_LEN when declaring the object_owner parameter.

Returns

SE_SUCCESS
SE_FAILURE

SE_INVALID_METADATA_OBJECT

SE_INVALID_POINTER

SE_SDE_NOT_STARTED