SE_metadata_get_info_list

Returns a pointer to a list of the metadata entries

Usage syntax

LONG SE_metadata_get_info_list (SE_CONNECTION connection, const CHAR *where_clause, SE_METADATAINFO **metadata_list, LONG *record_count);

Parameters
connection A connection
where_clause A pointer to an optional where clause
metadata_list A pointer to the array of metadata objects
record_count The number of metadata objects
Description

SE_metadata_get_info_list returns a pointer to an array of metadata records. You can define a WHERE clause to filter the records or pass a NULL pointer. Use SE_metadata_free_info_list to free the memory allocated by this function.

Returns

SE_SUCCESS
SE_FAILURE

SE_INVALID_POINTER

SE_NET_FAILURE

SE_OUT_OF_CLMEM