SE_metadatainfo_get_object_type

Returns the object type for the supplied metadata object

Usage syntax

LONG SE_metadatainfo_get_object_type (const SE_METADATAINFO metadata_record, LONG *object_type);

Parameters
metadata_record A pointer to a metadata object
object_type The object type of the metadata
Description

This function returns the object type for the specified metadata object. 

Returns

SE_SUCCESS
SE_FAILURE

SE_INVALID_METADATA_OBJECT

SE_INVALID_POINTER