SE_xmltaginfo_get_description

Returns the XML tag's description.

Usage syntax

LONG SE_xmltaginfo_get_description
(SE_XMLTAGINFO tag,
CHAR *description);

Parameters

tag

The XML tag information object.

description

Pointer to the CHAR buffer to receive the tag description.

Description

This function returns the description contained in the XML tag information object. If a description has not been set in the object, the function returns the default empty string. The caller must allocate a CHAR buffer at least SE_MAX_DESCRIPTION_LEN in length to receive the tag description string.

Returns

SE_SUCCESS
SE_INVALID_POINTER

SE_INVALID_XMLTAG_OBJECT

SE_SDE_NOT_STARTED